Jan Vanbrabant <[EMAIL PROTECTED]> wrote: > Subject: which softwares honour TCP's KEEPALIVE packets?
> The differents segments of our n/w are separated by firewalls. These fw's > are setup in such a way that they disrupt open connections, which have not > been in use for a certain interval. > We want to keep certain specific sessions open though, regardless of their > usage. Hence our evident intrest in KEEPALIVE packets for these sockets, > and our use of the KEEPALIVEOPTIONS statement (or better it's successor : > INTERVAL & SENDGARBAGE parameters on the TCPCONFIG stmt). > But not all softwares honour KEEPALIVE packets on the TCP stack level, > because not each socket selects keepalive on the setsockopt() > call. My experience is that many firewalls, well, many NAT routers which are often used as firewalls, ignore keepalive. It seems to me a poor design decision, but I have seen many do that. As for TCP, as far as I know it, it is not the honoring of keepalive, but that someone has to send them. -- glen ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

