Networking: UDP checksums must always be used with IPv6
This commit is contained in:
parent
b51c00c8d7
commit
e22848c19c
@ -16,9 +16,11 @@ if NET_UDP
|
|||||||
|
|
||||||
config NET_UDP_CHECKSUMS
|
config NET_UDP_CHECKSUMS
|
||||||
bool "UDP checksums"
|
bool "UDP checksums"
|
||||||
default n
|
default y if NET_IPv6
|
||||||
|
default n if !NET_IPv6
|
||||||
---help---
|
---help---
|
||||||
Enable/disable UDP checksum support
|
Enable/disable UDP checksum support. UDP checksum support is
|
||||||
|
REQUIRED for IPv6.
|
||||||
|
|
||||||
config NET_UDP_CONNS
|
config NET_UDP_CONNS
|
||||||
int "Number of UDP sockets"
|
int "Number of UDP sockets"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user