From 52261080df46a40020f89d6f9f2236349a5f16d4 Mon Sep 17 00:00:00 2001 From: "ng0@n0.is" Date: Fri, 7 Jun 2019 08:33:34 +0000 Subject: rgs log cygwin html --- syscalls.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/syscalls.html b/syscalls.html index 854815b..82a3897 100644 --- a/syscalls.html +++ b/syscalls.html @@ -209,7 +209,13 @@
no data. - response generation using sendfile() + + response generation using sendfile() + (log): + We see 1 call to setsockopt(), followed by a send() with size 99 (the header). + This is followed by 1 call to setsockopt(), and one more call to send() with size 1 + (the body). + other -- cgit v1.2.3