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
I actually wanted to do some TCP over UDP (using UDP as a layer 2). It's not possible to access the TCP layer of the native sockets without using a tun device or a local raw socket which both require root rights.
Hence, I needed an implementation of TCP :)
For the moment, I use quic which provides the same guarantees as TCP.
Just like we have a TCP_client, a TCP_server would be great!
The text was updated successfully, but these errors were encountered: