posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
tcp.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
16#ifndef ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
17#define ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
18
19#include <zephyr/net/socket.h>
20
22#define TCP_NODELAY ZSOCK_TCP_NODELAY
23
24#endif /* ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ */