[gnu.emacs.gnus] setsockopt: Invalid argument

Dan_Jacobson@ATT.COM (04/27/91)

>>>>> On Fri, 26 Apr 1991 12:14:18 GMT, Dan_Jacobson@ATT.COM said:

Dan> [GNU Emacs 18.55, GNUS 3.13 + tcp.c stuff] On SYS V 3.2.2 3 3B2,
Dan> with WIN tcp I get (in the *nntpd* buffer):

Dan> setsockopt: Invalid argument

I know... I'll just comment out the code:

  if(setsockopt(NNTPserver, SOL_SOCKET, SO_REUSEADDR, 0, 0)) {
    perror("setsockopt");
    exit(1);
  }

somebody warn me if I'm going to break something too badly.