1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 06:34:57 +00:00

Kernel/Net: Implement TCP_NODELAY

This commit is contained in:
Romain Chardiny 2023-11-04 15:08:25 +01:00 committed by Andreas Kling
parent 38a368c8f6
commit 61ac554a34
5 changed files with 84 additions and 12 deletions

View file

@ -6,5 +6,4 @@
#pragma once
#define TCP_NODELAY 10
#define TCP_MAXSEG 11
#include <Kernel/API/POSIX/netinet/tcp.h>