|
@ -1,4 +1,4 @@ |
|
|
#!/usr/bin/python33 |
|
|
#!/usr/bin/python3 |
|
|
# Python implementation of RFC 6555 / Happy Eyeballs: find the quickest IPv4/IPv6 connection |
|
|
# Python implementation of RFC 6555 / Happy Eyeballs: find the quickest IPv4/IPv6 connection |
|
|
# See https://tools.ietf.org/html/rfc6555 |
|
|
# See https://tools.ietf.org/html/rfc6555 |
|
|
# Method: Start parallel sessions using threads, and only wait for the quickest succesful socket connect |
|
|
# Method: Start parallel sessions using threads, and only wait for the quickest succesful socket connect |
|
|