|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.155, 2006/11/10 13:02:32 | version 1.156, 2006/11/14 12:05:55 | ||
|---|---|---|---|
|
|
||
| * UDP protocol implementation. | * UDP protocol implementation. | ||
| * Per RFC 768, August, 1980. | * Per RFC 768, August, 1980. | ||
| */ | */ | ||
| #ifndef COMPAT_42 | |||
| int udpcksum = 1; | int udpcksum = 1; | ||
| #else | |||
| int udpcksum = 0; /* XXX */ | |||
| #endif | |||
| int udp_do_loopback_cksum = 0; | int udp_do_loopback_cksum = 0; | ||
| struct inpcbtable udbtable; | struct inpcbtable udbtable; |