What are you trying to do? The big picture.
Are you trying to performance tune your networking?
https://rolande.wordpress.com/2010/12/30/performance-tuning-the-network-stack-on -mac-osx-10-6/
https://rolande.wordpress.com/2014/05/17/performance-tuning-the-network-stack-on -mac-os-x-part-2/
You trying to get on the internet?
If your trying to establish an internet connection, you should try ignoring them.
I'm not familiar with these parameters. They seem like standard stuff and low level stuff. Should not have to bother with them. Ignore them. The internet software on a machine is meant to be interoperable with any other internet machine without needed low level configuration. You may want to configure after you get it working to improve performance.
Are you trying to change your firewall parameters?
net.inet.ip.fw.verbose = 1
net.inet.ip.fw.verbose_limit = 65535
I think it should have been formatted as such.
TCP/IP Kernel Parameters
# these look like firewall parameters
net.inet.ip.fw.verbose = 1
net.inet.ip.fw.verbose_limit = 65535
# these look like TCP/IP parameters to me
net.inet.icmp.icmplim = 1024
net.inet.icmp.drop_redirect = 1
net.inet.icmp.log_redirect = 1
net.inet.ip.redirect = 0
net.inet.ip.sourceroute = 0
net.inet.ip.accept_sourceroute = 0
net.inet.icmp.bmcastecho = 0
net.inet.icmp.maskrepl = 0
net.inet.tcp.delayed_ack = 0
net.inet.ip.forwarding = 0
net.inet.tcp.strict_rfc1948 = 1
windows domain.
R