mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47: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:
parent
54fa06e85c
commit
97cfb9934b
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@
|
|||
#pragma once
|
||||
|
||||
#define TCP_NODELAY 10
|
||||
#define TCP_MAXSEG 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue