]> git.sesse.net Git - vlc/commit
- Try DNS resolution before creating socket as per Best Current Practices.
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Oct 2006 15:01:16 +0000 (15:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Oct 2006 15:01:16 +0000 (15:01 +0000)
commitbfcdde9526dc1630143f1505b27a2f3706610764
tree57ec691e3141561725f6156b9728c28f550fdf01
parent9db36c2d20c767073ee350932895b50fc4323394
- Try DNS resolution before creating socket as per Best Current Practices.
- Don't handle impossible (and would-be harmless) errors.
- Don't try Source Specific Multicast when not implemented by libc
  (this *includes* Mac OS X on the build bots)
modules/misc/network/ipv4.c