- Timestamp:
- Aug 31, 2010, 6:13:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/libraries/network/ServerConnection.cc
r7163 r7294 63 63 64 64 bool ServerConnection::openListener() { 65 this->host_ = enet_host_create(this->bindAddress_, NETWORK_MAX_CONNECTIONS, 0, 0 );65 this->host_ = enet_host_create(this->bindAddress_, NETWORK_MAX_CONNECTIONS, 0, 0, 0); 66 66 if ( this->host_ == NULL ) 67 67 return false;
Note: See TracChangeset
for help on using the changeset viewer.