Re: SO_LINGER on socket with non-blocking I/O

2004-06-10 Thread Chuck Swiger
Julian Cowley wrote: I've been developing an application that attempts to send data from one host to another via TCP. The intent is for the data transfer to be as reliable as possible, and to log whenever it detects that it has lost data (this is for a reliable syslog protocol, if you're

Re: SO_LINGER on socket with non-blocking I/O

2004-06-10 Thread Julian Cowley
On Thu, 10 Jun 2004, Chuck Swiger wrote: Julian Cowley wrote: I've been developing an application that attempts to send data from one host to another via TCP. The intent is for the data transfer to be as reliable as possible, and to log whenever it detects that it has lost data (this is

SO_LINGER on socket with non-blocking I/O

2004-06-09 Thread Julian Cowley
Hello FreeBSD'ers... I've been developing an application that attempts to send data from one host to another via TCP. The intent is for the data transfer to be as reliable as possible, and to log whenever it detects that it has lost data (this is for a reliable syslog protocol, if you're