]> git.sesse.net Git - vlc/commit
* print unreachable host as an error in net_OpenTCP (refs #320)
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 17 Sep 2005 15:00:58 +0000 (15:00 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 17 Sep 2005 15:00:58 +0000 (15:00 +0000)
commit80b10c25872f7f2dcf515c1579114d5e0b377455
tree88f3c1ca829d1a0e3ced3db3241c7d27f0199b26
parent830c44d6e890c8873b1db87b3c581bf6d1c87856
* print unreachable host as an error in net_OpenTCP (refs #320)
* don't print IPv6 unreachable warning when IPv4 works fine
* don't attempt SOCKS negociation when TCP connection failed
* use "%s port %d" rather than "%s:%d" because the latter is
  confusing with IPv6 adresses
* removed trailing spaces
src/misc/net.c