You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation defines only ordered channels. We need to add ordering logic in the channel implementation and modify Object.Receive() function to match with recvPacket.
The text was updated successfully, but these errors were encountered:
Channel types are defined as
ChannelOrder
underDefinitions
in ICS04:and the packet submission works differently on the different channel ordering types:
The current implementation defines only ordered channels. We need to add ordering logic in the channel implementation and modify
Object.Receive()
function to match withrecvPacket
.The text was updated successfully, but these errors were encountered: