sdp_inet.c, inside _sdp_inet_listen, we have:
#if 0 /* BUG 2034 workaround. */
conn->backlog_max = backlog;
#else
conn->backlog_max = 1024;
#endifWhat gives? what would be the proper fix as opposed to a work-around? -- MST - Michael S. Tsirkin _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
