Tcp connection establishes connection to server but then goes to time wait and a new connection is established with port incrementation -


here sequence seeing on tcpview:

application establishes connection server on port 443 (ssl) data returned server application after second tcp connection goes time_wait application establishes new tcp connection server port number incremented data returned server application after second tcp connection goes time_wait ...this repeats every second

any ideas why occurring ??!


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -