xref: /aosp_15_r20/external/ltp/include/lapi/udp.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2018 Oracle and/or its affiliates.
4  */
5 
6 #ifndef LAPI_UDP_H__
7 #define LAPI_UDP_H__
8 
9 #include <netinet/udp.h>
10 
11 #ifndef UDPLITE_SEND_CSCOV
12 # define UDPLITE_SEND_CSCOV   10 /* sender partial coverage (as sent) */
13 #endif
14 #ifndef UDPLITE_RECV_CSCOV
15 # define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
16 #endif
17 
18 #endif	/* LAPI_UDP_H__ */
19