Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bb100b9 authored by David S. Miller's avatar David S. Miller
Browse files

[UDPLite]: udplite.h needs ip6_checksum.h

parent 078250d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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 ) */