artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc5a27
)
udpcksum should never be off in the modern world
author
deraadt
<deraadt@openbsd.org>
Thu, 2 May 1996 23:34:11 +0000
(23:34 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 2 May 1996 23:34:11 +0000
(23:34 +0000)
sys/netinet/udp_usrreq.c
patch
|
blob
|
history
diff --git
a/sys/netinet/udp_usrreq.c
b/sys/netinet/udp_usrreq.c
index
7955b6c
..
d237b35
100644
(file)
--- a/
sys/netinet/udp_usrreq.c
+++ b/
sys/netinet/udp_usrreq.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: udp_usrreq.c,v 1.
4 1996/04/21 22:29:03
deraadt Exp $ */
+/* $OpenBSD: udp_usrreq.c,v 1.
5 1996/05/02 23:34:11
deraadt Exp $ */
/* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */
/*
@@
-69,11
+69,7
@@
* UDP protocol implementation.
* Per RFC 768, August, 1980.
*/
-#ifndef COMPAT_42
int udpcksum = 1;
-#else
-int udpcksum = 0; /* XXX */
-#endif
struct sockaddr_in udp_in = { sizeof(udp_in), AF_INET };