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
Also, for TCP servers, where's the async nature of the server? All this packet parsing seems synchronous, so how are gigantic messages handled without taking down the server?
Any variable
length
-type variable provided by the input data must be:Comments also needed in
Packet.parse
andPacket.write
that state what the buffer size is (for TCP and UDP).A regex search for
len.*=
could help find them.The text was updated successfully, but these errors were encountered: