![]() |
• Network Manager | |||||||||||||||
|
API Links
Developer Links
|
NetworkMgr::SendUnorderedPacketDefined in:
Sends an unordered packet to another machine.
C4Network.h
Prototype
Parameters
Description
The SendUnorderedPacket function sends a data packet to the machine whose address is given by the to parameter, but does not guarantee delivery and does not guarantee in-order delivery. The return value is one of the following network result codes.
SendUnorderedPacket function can be used to send messages to it. Connections are established at the Network Manager level by calling the NetworkMgr::Connect function.Unordered packets are used for "fire and forget" messages for which the order of receipt is not important. Once sent, an unordered packet is no longer tracked by the sending machine, and the receiving machine does not return an acknowledgement. Delivery of an unordered packet is not guaranteed, and unlike unreliable packets, the Network Manager does not ensure that unordered packets are received in the same order in which they were sent. Packet data is encrypted before it is transmitted. See Also
|