| 119 | UdpPkg *udpPkg; |
| 120 | |
| 121 | TimeoutEvent() { |
| 122 | timeout = 0; |
| 123 | tryCount = 0; |
| 124 | udpPkg = NULL; |
| 125 | memset(&toaddr, 0, sizeof(toaddr)); |
| 126 | } |
| 127 | |
| 128 | std::string toString() { |
| 129 | char buf[512]; |
nothing calls this directly
no outgoing calls
no test coverage detected