Re: persistent tcp connection?

2003-03-27 Thread Fran Lawas-Grodek
Silby, The "route delete" command did the trick. Thank you very much! Fran Lawas-Grodek Frances J. Lawas-Grodek | NASA Glenn Research Center| [EMAIL PROTECTED] 21000 Brookpark Rd, MS 142-4 | phone: (216) 4

FreeBSD 5.0 dual-stack server

2003-03-27 Thread Jeff W. Boote
Hi, I have some server code that I've been developing using FreeBSD 4.6 and 4.7. I want this code to run with both IPv4 and IPv6. I have been using getaddrinfo with AF_UNSPEC to bind a wildcard server socket. (This is the method recommended in Stevens UNP.) In any case - my server code works fine