| 405 | } |
| 406 | |
| 407 | void NetChannelBasic::getDistantAddress(struct sockaddr_in& distant) const |
| 408 | { |
| 409 | distant = dist; |
| 410 | } |
| 411 | |
| 412 | void NetChannelBasic::processData(MsgHeader* hdr, const struct sockaddr_in& distant) |
| 413 | // Process the given incoming data. |
no outgoing calls
no test coverage detected