Comment 1 for bug 1706735

Revision history for this message
Shay Gal-On (sgalon) wrote :

small change, to maintain the same behavior as prev with <100 cores:
int sock,np,backlog;
should be
int sock,np,backlog=100;