Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc3 18 lines 500 B view raw
1// SPDX-License-Identifier: GPL-2.0 2// Test for blocking accept. 3 4`./defaults.sh` 5 6// Establish a connection. 7 0 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 8 +0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 9 +0 bind(3, ..., ...) = 0 10 +0 listen(3, 1) = 0 11 +0...0.200 accept(3, ..., ...) = 4 12 13 +.1 < S 0:0(0) win 32792 <mss 1000,nop,wscale 7> 14 +0 > S. 0:0(0) ack 1 <mss 1460,nop,wscale 8> 15 +.1 < . 1:1(0) ack 1 win 257 16 17 +.1 write(4, ..., 2000) = 2000 18 +0 > P. 1:2001(2000) ack 1