login
Header Space

 
 

Re: [PATCH 2.6.23-rc6 Resending] NETWORKING : Edge Triggered EPOLLOUT events get missed for TCP sockets

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Nagendra Tomar <tomer_iisc@...>
Cc: <netdev@...>, Linux Kernel Mailing List <linux-kernel@...>, David Miller <davem@...>
Date: Thursday, September 20, 2007 - 6:37 pm

On Thu, 20 Sep 2007, Nagendra Tomar wrote:


That's not what POLLOUT means in the Unix meaning. POLLOUT indicates the 
ability to write, and it is not meant as to signal every time a packet 
(skb) is sent on the wire (and the buffer released).
In your particular application, you could simply split the sendfile into 
appropriately sized chunks, and handle the buffer realease in there.



- Davide


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 2.6.23-rc6 Resending] NETWORKING : Edge Triggered..., Davide Libenzi, (Thu Sep 20, 6:37 pm)
speck-geostationary