mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 19:06:14 +00:00
[UDPLite]: udplite.h needs ip6_checksum.h
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
078250d68d
commit
6bb100b9fc
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
#ifndef _UDPLITE_H
|
#ifndef _UDPLITE_H
|
||||||
#define _UDPLITE_H
|
#define _UDPLITE_H
|
||||||
|
|
||||||
|
#include <net/ip6_checksum.h>
|
||||||
|
|
||||||
/* UDP-Lite socket options */
|
/* UDP-Lite socket options */
|
||||||
#define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */
|
#define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */
|
||||||
#define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */
|
#define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue