View Source enet_command (enet v1.0.0)

Summary

Functions

Link to this function

acknowledge(H, SentTime)

View Source
Link to this function

connect(OutgoingPeerID, IncomingSessionID, OutgoingSessionID, ChannelCount, MTU, IncomingBandwidth, OutgoingBandwidth, PacketThrottleInterval, PacketThrottleAcceleration, PacketThrottleDeceleration, ConnectID, OutgoingReliableSequenceNumber)

View Source
Link to this function

send_reliable(ChannelID, ReliableSequenceNumber, Data)

View Source
Link to this function

send_unreliable(ChannelID, SequenceNumber, Data)

View Source
Link to this function

send_unsequenced(ChannelID, Data)

View Source
Link to this function

unsequenced_disconnect()

View Source
Link to this function

verify_connect(C, OutgoingPeerID, IncomingSessionID, OutgoingSessionID, HostChannelLimit, IncomingBandwidth, OutgoingBandwidth, OutgoingReliableSequenceNumber)

View Source