|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.177, 2009/04/18 14:58:05 | version 1.178, 2009/07/19 23:17:33 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| #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++; | ||
| } | } |