ladybird/Userland/Libraries/LibC/netinet/tcp.h

11 lines
161 B
C
Raw Normal View History

/*
* Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#define TCP_NODELAY 10
#define TCP_MAXSEG 11