Glyph Posted January 15, 2009 Posted January 15, 2009 Server <- Client (client connects to server) Server fail-> Client (server sends back a message tellign the client they failed to login) Server <-xClient (client closes the socket because they were told they failed) Serverx-> Client(server closes the socket because @error = 1 in the tcprecv) = Time_wait in netstat And, I tried it backwards, still got time_wait. But, this time, the timewait was on the client... Does anyone know why this is? How do you close a socket that fails to login? tolle indicium
yucatan Posted January 15, 2009 Posted January 15, 2009 Server <- Client (client connects to server)Server fail-> Client (server sends back a message tellign the client they failed to login)Server <-xClient (client closes the socket because they were told they failed)Serverx-> Client(server closes the socket because @error = 1 in the tcprecv)= Time_wait in netstatAnd, I tried it backwards, still got time_wait. But, this time, the timewait was on the client...Does anyone know why this is?How do you close a socket that fails to login??????? witch code u write we support only autoit can u show me your code can u tell me what u wanne build just give more info thx
Glyph Posted January 15, 2009 Author Posted January 15, 2009 (edited) after further research, it would seem that time_wait is nothing to worry about.source: http://zeeky.mzrahman.com/archives/000019.htmland http://www.unixguide.net/network/socketfaq/2.7.shtml which explains time_wait. Edited January 15, 2009 by Glyph tolle indicium
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now