Skip to content
Snippets Groups Projects
Commit 6bb100b9 authored by David S. Miller's avatar David S. Miller
Browse files

[UDPLite]: udplite.h needs ip6_checksum.h


Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 078250d6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
#ifndef _UDPLITE_H
#define _UDPLITE_H
#include <net/ip6_checksum.h>
/* UDP-Lite socket options */
#define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */
#define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment