Changeset 7397 for code/branches/ipv6/src/external/enet/host.c
- Timestamp:
- Sep 10, 2010, 2:30:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/external/enet/host.c
r7396 r7397 15 15 return ENET_SOCKET_NULL; 16 16 17 /* This is not a conditional bind anymore, 18 * because WSARecvFrom returned WSAEINVAL on the IPv6 socket. 19 * TODO: Check for it's consequences. */ 17 20 if (enet_socket_bind (socket, address, family) < 0) 18 21 {
Note: See TracChangeset
for help on using the changeset viewer.