mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
This is an unimplemented setsockopt. Defining it is sufficient to build FFmpeg with networking.
11 lines
161 B
C
11 lines
161 B
C
/*
|
|
* Copyright (c) 2020, the SerenityOS developers.
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define TCP_NODELAY 10
|
|
#define TCP_MAXSEG 11
|