Re: question in sosend_generic()

2013-06-08 Thread Robert Watson
On Fri, 7 Jun 2013, vasanth rao naik sabavat wrote: When sending data out of the socket I don't see in the code where the sb_cc is incremented. sb_cc reflects data appended to the socket buffer; sosend_generic() is responsible for arranging copying in and performing flow control, but the

question in sosend_generic()

2013-06-07 Thread vasanth rao naik sabavat
Hi, When sending data out of the socket I don't see in the code where the sb_cc is incremented. Is the socket send performed in the same thread of execution or the data is copied on to the socket send buffer and a different thread then sends the data out of the socket? Because, I see a call to