- Timestamp:
- Aug 31, 2010, 6:13:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/libraries/network/LANDiscoverable.cc
r7163 r7294 66 66 ENetAddress bindAddress = { ENET_HOST_ANY, LAN_DISCOVERY_PORT }; 67 67 assert( this->host_ == 0 ); 68 this->host_ = enet_host_create( &bindAddress, 10, 0, 0 );68 this->host_ = enet_host_create( &bindAddress, 10, 0, 0, 0 ); 69 69 } 70 70 else
Note: See TracChangeset
for help on using the changeset viewer.