> From: Attila Sipos
> 
> >> The server does see the BYE.
> 
> Sorry, that should be - 
>  "the server does NOT see the BYE."

You may be seeing the effect of the Nagle algorithm, which postpones sending
data on a TCP connection till a full packet is assembled.  Try setting
TCP_NODELAY, or causing other activity on the TCP connection to flush the
BYE out to the network.

Dale
_______________________________________________
Sip-implementors mailing list
[email protected]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to