tools/testing/selftests/net/packetdrill/tcp_accecn_delivered_maxack.pkt

Source file repositories/reference/linux-study-clean/tools/testing/selftests/net/packetdrill/tcp_accecn_delivered_maxack.pkt

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/net/packetdrill/tcp_accecn_delivered_maxack.pkt
Extension
.pkt
Size
745 bytes
Lines
26
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

// Test a large ACK (at ACE field max delta)

`./defaults.sh
sysctl -q net.ipv4.tcp_ecn=3
sysctl -q net.ipv4.tcp_ecn_option=0
`

    0 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
   +0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
   +0 bind(3, ..., ...) = 0
   +0 listen(3, 1) = 0

   +0 < SEWA 0:0(0) win 32792 <mss 1460,nop,nop,sackOK,nop,wscale 8>
+.002 > SW. 0:0(0) ack 1 <mss 1460,nop,nop,sackOK,nop,wscale 8>
+0.05 < [ect0] W. 1:1(0) ack 1 win 264
+.002 accept(3, ..., ...) = 4

+0.01 %{ assert tcpi_delivered_ce == 0, tcpi_delivered_ce }%

+0.01 write(4, ..., 14600) = 14600
+.002 > [ect0] P.5 1:14601(14600) ack 1
  // Fake CE
+0.05 < [ect0] .4 1:1(0) ack 14601 win 264

+0.01 %{ assert tcpi_delivered_ce == 7, tcpi_delivered_ce }%

Annotation

Implementation Notes