• Gregory Maxwell's avatar
    Set TCP_NODELAY on P2P sockets. · ed2059bc
    Gregory Maxwell authored
    Nagle appears to be a significant contributor to latency now that the static
     sleeps are gone.  Most of our messages are relatively large compared to
     IP + TCP so I do not expect this to create enormous overhead.
    
    This may also reduce traffic burstyness somewhat.
    
    Conflicts:
    	src/net.cpp
    
    Rebased-From: a4e28b3d
    Github-Pull: #6867
    ed2059bc
netbase.cpp 38.9 KB