At Sat, 26 Jan 2008 17:38:41 -0500 (EST), you wrote
>Im having troubles on a connection as shown below.
>Can somebody tell me what is going wrong.
>
I'm guessing maybe that your 'server' (whatever it may be)
is rejecting connections after the previous connection completed.
Svr disconnect: 192.168.94.3 172.22.1.5 TCP 9018 > 3890 [FIN, ACK]
then:
Connect Req to Svr: 172.22.1.5 192.168.94.3 TCP 4286 > 9018 [SYN]
Svr connect reject: 192.168.94.3 172.22.1.5 TCP 9018 > 4286 [RST, ACK]
Len=0
Is the process on the server exiting somehow (maybe with an error) ?
or: taking a very long time to reset to accept another connection ?
or: not programmed correctly to accept a 2nd connection after the first ?
or: ???