udp通知关闭,内部使用
| 38 | |
| 39 | // udp通知关闭,内部使用 |
| 40 | type SessionCloseNotify struct { |
| 41 | } |
| 42 | |
| 43 | func (self *SessionInit) String() string { return fmt.Sprintf("%+v", *self) } |
| 44 | func (self *SessionAccepted) String() string { return fmt.Sprintf("%+v", *self) } |
nothing calls this directly
no outgoing calls
no test coverage detected