From: hank@Blimp (Hendrik G. Seliger) Subject: Re: Compiling the gopher server for linux Date: Wed, 14 Apr 1993 08:06:03 GMT
kwhelan@neptune.uark.edu (Kenneth Whelan) writes:
:
: The only reference to linger or SO_LINGER found in the Linux code was found
: in the tcp/ip source code. net.c I believe. It was an element of the data
: structure called sock->data->linger It was a single integer it was not the
: same format as what gopher uses
:
It is in /usr/include/linux/socket.h:#define SO_LINGER 13.
The only changes I had to make to the gopherd were the references to
getdomainname, which isn't implemented for linux (yet). Othere than
that it runs perfect for several weeks now. (I must admit, though,
that I haven't tried out real long files, as I only have brief
informations to serve).
Hank.