|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.171.2.2, 2009/05/04 08:14:18 | version 1.171.2.3, 2009/08/19 18:48:25 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| #endif | #endif | ||
| /* | |||
| * Check the minimum TTL for socket. | |||
| */ | |||
| if (mtod(m, struct ip *)->ip_ttl < inp->inp_ip_minttl) | |||
| goto bad; | |||
| udp4_sendup(m, off, (struct sockaddr *)src, inp->inp_socket); | udp4_sendup(m, off, (struct sockaddr *)src, inp->inp_socket); | ||
| rcvcnt++; | rcvcnt++; | ||
| } | } |