Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 6:13:18 PM (14 years ago)
Author:
adrfried
Message:

made enet 1.3 compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/libraries/network/ServerConnection.cc

    r7163 r7294  
    6363
    6464  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);
    6666    if ( this->host_ == NULL )
    6767      return false;
Note: See TracChangeset for help on using the changeset viewer.