Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

made enet 1.3 compatible

File:
1 edited

Legend:

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

    r7163 r7294  
    6666      ENetAddress bindAddress = { ENET_HOST_ANY, LAN_DISCOVERY_PORT };
    6767      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 );
    6969    }
    7070    else
Note: See TracChangeset for help on using the changeset viewer.