]> git.sesse.net Git - vlc/commit
- Use the new vlc_getaddrinfo API
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 22 May 2005 11:24:08 +0000 (11:24 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 22 May 2005 11:24:08 +0000 (11:24 +0000)
commitb59991fc28eda66262830b386cae86c9cdecc1ab
tree03b23183e8806d733c089564e03cb9c93247aace
parentc370d8acd4dc539344acfe6cd3f2fb7e6eafb53a
- Use the new vlc_getaddrinfo API
- Unduplicate TCP networking code (closes #101)
- Modify net_ListenTCP to support multiple listening sockets
- Update net_ListenTCP callers to the new API
include/network.h
modules/control/rc.c
modules/control/telnet.c
modules/misc/network/ipv4.c
modules/misc/network/ipv6.c
src/libvlc.h
src/misc/net.c