diff options
Diffstat (limited to 'nptl/tst-cancel4.c')
-rw-r--r-- | nptl/tst-cancel4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 10b7c6e1b0..6d25e48f1c 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -87,8 +87,8 @@ static pthread_barrier_t b2; the socket send buffer size to '1', a write of this size on that socket will block. - The Linux kernel imposes a minimum send socket buffer size - which has changed over the years. Currently the value is: + The Linux kernel imposes a minimum send socket buffer size which + has changed over the years. As of Linux 3.10 the value is: 2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff))) |