|
|
|
|
|
by attentive
608 days ago
|
|
> I look at this article and consider the result pretty much as expected. Why? Because it pushes the flow control out of the kernel (and possibly network adapters) into userspace. TCP has flow-control and sequencing. QUICK makes you manage that yourself (sort of). This implies that user space is slow. Yet, some(most?) of the fastest high-performance TCP/IP stacks are made in user space. |
|