Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: plunky
Date: Sun Oct 12 11:15:54 UTC 2008
Modified Files:
src/sys/netinet: ip_output.c ip_var.h
Log Message:
update ip_pcbopts() to use sockopt(9) API.
cleans up function and one small fix is that we now stop copying user
options to the mbuf when the _EOL is given, previously this function
would continue to copy options.
To generate a diff of this commit:
cvs rdiff -r1.199 -r1.200 src/sys/netinet/ip_output.c
cvs rdiff -r1.89 -r1.90 src/sys/netinet/ip_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index