Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

don't set linger to 0 #14

Merged
merged 1 commit into from
Apr 4, 2019
Merged

don't set linger to 0 #14

merged 1 commit into from
Apr 4, 2019

Commits on Apr 4, 2019

  1. don't set linger to 0

    We should do this from
    go-tcp-transport (libp2p/go-tcp-transport#36), not here,
    as setting linger to 0 will cause us to send RST packets instead of nicely
    closing connections.
    
    Also, document why we need the fallback dialer.
    Stebalien committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    49f05fa View commit details
    Browse the repository at this point in the history