• Felix Lange's avatar
    p2p: limit number of lingering inbound pre-handshake connections · c5332537
    Felix Lange authored
    This is supposed to apply some back pressure so Server is not accepting
    more connections than it can actually handle. The current limit is 50.
    This doesn't really need to be configurable, but we'll see how it
    behaves in our test nodes and adjust accordingly.
    c5332537
Name
Last commit
Last update
..
discover Loading commit data...
nat Loading commit data...
handshake.go Loading commit data...
handshake_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
peer.go Loading commit data...
peer_error.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
rlpx.go Loading commit data...
rlpx_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
testlog_test.go Loading commit data...