• Kirill Smelkov's avatar
    xnet/pipenet: TODO to fixit for TCP semantic · ca56bb08
    Kirill Smelkov authored
    On TCP port(accepted) = port(listen), i.e.  When we connect
    www.nexedi.com:80, remote addr of socket will have port 80.  Likewise on
    server side accepted socket will have local port 80.  The connection
    should be thus fully identified by src-dst address pair.
    
    However currently pipenet, when accepting connection, allocates another
    free port at acceptor side.
    ca56bb08
pipenet.go 10.9 KB