You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writing 'TTL n' or 'TOS n' in con.cfd is ignored thus ineffective.
A relevant implementation would preferably alter same parameter for hosting OS
Mac OS X / Acme SAC
#if !defined(IP_HDRINCL) && defined(IP_TTL)
if (setsockopt(sndsock, IPPROTO_IP, IP_TTL,
(char *)&ttl, sizeof(ttl)) < 0) {
Fprintf(stderr, "%s: setsockopt ttl %d: %s\n",
prog, ttl, strerror(errno));
exit(1);
}
Original issue reported on code.google.com by [email protected] on 18 Jan 2012 at 4:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Jan 2012 at 4:17The text was updated successfully, but these errors were encountered: