toaruos icon indicating copy to clipboard operation
toaruos copied to clipboard

Implement listening TCP sockets

Open klange opened this issue 2 years ago • 0 comments

Implement listening TCP sockets to support servers.

TCP sockets should be able to:

  • bind to an address and port.
  • listen for incoming connections and handle SYN/SYNACK/etc. handshakes from the receiving side.
  • accept incoming connections and form new sockets for them.

klange avatar Oct 14 '21 02:10 klange