Returns the address of the entity at the other side of the channel.
| 104 | |
| 105 | // Returns the address of the entity at the other side of the channel. |
| 106 | netadr_t GetRemoteAddress( void ) const { return remoteAddress; } |
| 107 | |
| 108 | // Returns the average outgoing rate over the last second. |
| 109 | int GetOutgoingRate( void ) const { return outgoingRateBytes; } |
no outgoing calls
no test coverage detected