sdp_inet.c, inside _sdp_inet_listen, we have: #if 0 /* BUG 2034 workaround. */ conn->backlog_max = backlog; #else conn->backlog_max = 1024; #endif What gives? what would be the proper fix as opposed to a work-around? -- MST - Michael S. Tsirkin