add a comment for some possible? IPv4 option processing.

This commit is contained in:
Yoshinobu Inoue 2000-01-13 05:21:05 +00:00
parent 72e174286c
commit 8972cdb14e
2 changed files with 2 additions and 0 deletions

View File

@ -650,6 +650,7 @@ findpcb:
}
ip6_savecontrol(inp, &inp->in6p_options, ip6, m);
}
/* else, should also do ip_srcroute() here? */
#endif /* INET6 */
so = inp->inp_socket;

View File

@ -650,6 +650,7 @@ findpcb:
}
ip6_savecontrol(inp, &inp->in6p_options, ip6, m);
}
/* else, should also do ip_srcroute() here? */
#endif /* INET6 */
so = inp->inp_socket;