Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 6:01:47 PM (18 years ago)
Author:
patrick
Message:

proxy server connections: listening on a seperate server socket, better this way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/udp_server_socket.cc

    r9461 r9462  
    8282 *  only clients connect to this socket
    8383 */
    84 NetworkSocket * UdpServerSocket::getNewClientSocket( void )
     84NetworkSocket * UdpServerSocket::getNewSocket( void )
    8585{
    8686  NetworkSocket * result = NULL;
     
    303303          break;
    304304
    305       initUser( userId, packet->address, packet->data[0] & 0xFC );
     305      this->initUser( userId, packet->address, packet->data[0] & 0xFC );
    306306      UdpSocket * sock = new UdpSocket( this, packet->address, userId, packet->data[0] & 0xFC );
    307307      newSocketList.push_back( sock );
Note: See TracChangeset for help on using the changeset viewer.