queues in linux tcp stack
Posted
by
poly
on Programmers
See other posts from Programmers
or by poly
Published on 2012-06-12T18:50:34Z
Indexed on
2012/06/12
22:47 UTC
Read the original article
Hit count: 384
data-structures
|tcp
I'm trying to understand the Linux kernel tcp_input/tcp_output and I'm lost. who create/control the queues, if the input is a thread and the out is another thread, who owns the queues in the TCP stack as there are many, I already asked about the retransmission queue before in this site, so the question would be who create this queue I know that this queue holds all sent packet to be retransmitted/deleted after ack later
© Programmers or respective owner