Discussion:
how to handle reciever's buffer for shareded port?
(too old to reply)
kai
2008-11-23 00:53:37 UTC
Permalink
Let's say there are two processes A and B, sharing one port. If A never
reads from the buffer, the buffer will get full. Then, B will never have any
packet on the buffer. How we can prevent this?
David Schleimer
2008-11-23 01:04:37 UTC
Permalink
Tbhe buffers are not per port there are per CONNECTION so A and B have
separate buffers.

-David
Post by kai
Let's say there are two processes A and B, sharing one port. If A never
reads from the buffer, the buffer will get full. Then, B will never have any
packet on the buffer. How we can prevent this?
Loading...