MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetRemoteAddress

Method GetRemoteAddress

neo/framework/async/MsgChannel.h:106–106  ·  view source on GitHub ↗

Returns the address of the entity at the other side of the channel.

Source from the content-addressed store, hash-verified

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; }

Callers 4

ValidateChallengeMethod · 0.80
ProcessConnectMessageMethod · 0.80
ProcessMessageMethod · 0.80
ProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected