• Felix Lange's avatar
    p2p: track write errors and prevent writes during shutdown · 8dcbdcad
    Felix Lange authored
    As of this commit, we no longer rely on the protocol handler to report
    write errors in a timely fashion. When a write fails, shutdown is
    initiated immediately and no new writes can start. This will also
    prevent new writes from starting after Server.Stop has been called.
    8dcbdcad
Name
Last commit
Last update
..
discover Loading commit data...
nat Loading commit data...
dial.go Loading commit data...
dial_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...