mirror of git://sourceware.org/git/glibc.git
Remove Linux kernel version ambiguity in comment added by previous commit.
* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
This commit is contained in:
parent
7b1f8b581f
commit
135529b443
|
@ -1,3 +1,7 @@
|
||||||
|
2013-07-23 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
|
||||||
|
|
||||||
2013-07-22 David S. Miller <davem@davemloft.net>
|
2013-07-22 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384.
|
* tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384.
|
||||||
|
|
|
@ -87,8 +87,8 @@ static pthread_barrier_t b2;
|
||||||
the socket send buffer size to '1', a write of this size on that
|
the socket send buffer size to '1', a write of this size on that
|
||||||
socket will block.
|
socket will block.
|
||||||
|
|
||||||
The Linux kernel imposes a minimum send socket buffer size
|
The Linux kernel imposes a minimum send socket buffer size which
|
||||||
which has changed over the years. Currently the value is:
|
has changed over the years. As of Linux 3.10 the value is:
|
||||||
|
|
||||||
2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))
|
2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue