Correct working flow of accept() #177
-
I am confused about when the connection request on the queue pops. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For KENS, I recommend following order (flow before Linux 2.2):
Real implementations in modern OSes. You don't need to read this.FYI, the above is not the exact flow of modern OSes.
KENSv3/Documentation/man/listen.2.txt Lines 60 to 64 in eba97b6 |
Beta Was this translation helpful? Give feedback.
For KENS, I recommend following order (flow before Linux 2.2):
Real implementations in modern OSes. You don't need to read this.
FYI, the above is not the exact flow of modern OSes.
In the real implementations, the flow goes like below:
KENSv3/Documentation/man/listen.2.txt
Lines 60 to 64 in eba97b6