bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086)
bpo-32622, bpo-33353: On macOS, sock.connect() changes the SO_SNDBUF value. Only set SO_SNDBUF and SO_RCVBUF buffer sizes once a socket is connected or binded, not before.
V
Victor Stinner committed
b97de3dd86046ac46567146d86a69d4f78ea09db
Parent: 2932755
Committed by GitHub <noreply@github.com>
on 5/24/2018, 12:43:45 AM