Simple TIME_WAIT question
iksrazal_at_terra.com.br
Date: 06/28/05
- Next message: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Previous message: James Knott: "Re: Windows DNS with Linux DHCP"
- Next in thread: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Reply: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Jun 2005 05:35:03 -0700
Hi all,
I've been trying to close a socket and I think it is closing now. Using
'netstat -an' I see:
tcp 0 0 127.0.0.1:1786 127.0.0.1:25
CLOSE_WAIT
Then:
tcp 0 0 127.0.0.1:25 127.0.0.1:1786
TIME_WAIT
My questions are:
1) Is it normal for a socket to transition from CLOSE_WAIT to TIME_WAIT
when the local application clears the CLOSE_WAIT condition - ie, closes
the socket?
2) What is the purpose of TIME_WAIT in Linux?
iksrazal
- Next message: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Previous message: James Knott: "Re: Windows DNS with Linux DHCP"
- Next in thread: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Reply: Neil W Rickert: "Re: Simple TIME_WAIT question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|