How to wake_up the wait_queue of a socket?
From: horseriver <hidden>
Date: 2013-01-18 17:36:22
Possibly related (same subject, not in this thread)
- 2013-01-14 · How to wake_up the wait_queue of a socket? · horseriver <hidden>
From: horseriver <hidden>
Date: 2013-01-18 17:36:22
On Fri, Jan 18, 2013 at 10:18:19AM +0800, Peter Teoh wrote:
essentially, when the packet arrive, it will be assigned to the correct process based on IP address + port matching, and then the corresponding process's blocked scheduling status will be changed to continue execution, so that when the scheduler next selection of runnable process will pick him out for continue execution. The process will then pick his data up from the network queue.
Thanks! If there is no event occured on one socket descriptor , will the poll operation on this socket descriptor be blocked ?
quoted
_______________________________________________ Kernelnewbies mailing list Kernelnewbies at kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies-- Regards, Peter Teoh