Changeset 4235

Show
Ignore:
Timestamp:
07/30/08 16:17:05 (4 months ago)
Author:
martin
Message:

increased stroke socket backlog to 10

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/charon/plugins/stroke/stroke_socket.c

    r4135 r4235  
    555555    } 
    556556     
    557     if (listen(this->socket, 0) < 0) 
     557    if (listen(this->socket, 10) < 0) 
    558558    { 
    559559        DBG1(DBG_CFG, "could not listen on stroke socket: %s", strerror(errno));