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
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
If we want implement Node for UDP, that require to make ourself an ACK between server & client.
Because like UDP are connectionless, we need send data in socket if we want know new client or know if client timeout.
First problem is, that mean client need use same ACK protocol, and like Hoa is oriented Library, I don't know if is right place. Because in lot of time, UDP client will not be write with Hoa.
Ack (acknowledgement) signal in TCP/IP.
After some explication on IRC, we don't need handle same node system as TCP, we can limited select as an iterator of UDP client without register node in internal stack.
Hello :-),
This issue is the next episode of this one #10.
The text was updated successfully, but these errors were encountered: