On Mon, 25 Feb 2002, Jochen Erwied wrote:
> -setsockopt(sock, SOL_SOCKET, TCP_NODELAY, (uschar *)(&on), sizeof(on));
> +setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, (uschar *)(&on), sizeof(on));
> After applying these two fixes, my debug-messages stopped.
Thanks for finding that problem. I'll fix it for the next release.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.