1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:27:35 +00:00

LibC: Add TCP_MAXSEG to tcp.h

This is an unimplemented setsockopt. Defining it is sufficient to build
FFmpeg with networking.
This commit is contained in:
Peter Ross 2022-03-01 19:50:19 +11:00 committed by Andreas Kling
parent 54fa06e85c
commit 97cfb9934b

View file

@ -7,3 +7,4 @@
#pragma once
#define TCP_NODELAY 10
#define TCP_MAXSEG 11