Hello,

during tests with uIP 1.0 I noticed the following:

When the remote host closes an established connection,
the uIP server responses directly with "FIN, ACK" and not with
"ACK" && "FIN, ACK". The closing process has only three segments.

Example:

1) Remote: FIN, ACK
2) uIP: FIN, ACK
3) Remote: ACK

I think that should look like this:

1) Remote: FIN, ACK
2) uIP: ACK
3) uIP: FIN, ACK
4) Remote ACK

Can anyone explain me this behavior?

Thanks in advance,

Joerg

Reply via email to