summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/udp.h
blob: 5c73dd36989c40c6dbb8b90d2f0c5bd8cd986b5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2018 Oracle and/or its affiliates.
 */

#ifndef LAPI_UDP_H__
#define LAPI_UDP_H__

#include <netinet/udp.h>

#ifndef UDPLITE_SEND_CSCOV
# define UDPLITE_SEND_CSCOV   10 /* sender partial coverage (as sent) */
#endif
#ifndef UDPLITE_RECV_CSCOV
# define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
#endif

#endif	/* LAPI_UDP_H__ */