Changeset 7294 for code/branches/ipv6/src/libraries/network/LANDiscovery.cc
- Timestamp:
- Aug 31, 2010, 6:13:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/libraries/network/LANDiscovery.cc
r7284 r7294 42 42 LANDiscovery::LANDiscovery() 43 43 { 44 this->host_ = enet_host_create(NULL, 10, 0, 0 );44 this->host_ = enet_host_create(NULL, 10, 0, 0, 0 ); 45 45 } 46 46 … … 58 58 59 59 ENetPeer* peer; 60 peer = enet_host_connect(this->host_, &address, 0 );60 peer = enet_host_connect(this->host_, &address, 0, 0); 61 61 62 62 ENetEvent event;
Note: See TracChangeset
for help on using the changeset viewer.