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
SendPacket now gets the next send sequence and includes it in the packet as the packet sequence. Applications calling this function will not know which sequence belongs to a SendPacket call unless the sequence is returned. Thus, I recommend that the packet sequence be returned in a SendPacket call. This is analogous to sending a package and receiving a tracking number
The text was updated successfully, but these errors were encountered:
colin-axner
changed the title
ICS 004: SendPacket interface should returnt the packet sequence
ICS 004: SendPacket interface should return the packet sequence
Aug 15, 2022
SendPacket now gets the next send sequence and includes it in the packet as the packet sequence. Applications calling this function will not know which sequence belongs to a
SendPacket
call unless the sequence is returned. Thus, I recommend that the packet sequence be returned in aSendPacket
call. This is analogous to sending a package and receiving a tracking numberThe text was updated successfully, but these errors were encountered: