=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/60.html,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** www/60.html 2016/07/26 11:40:07 1.32 --- www/60.html 2016/07/26 13:14:34 1.33 *************** *** 137,142 **** --- 137,146 ----
  • Generic network stack improvements:

    *************** *** 161,166 **** --- 165,172 ----

  • Fixed a regression in rarpd(8). The daemon could hang if it was idle for a long time. +
  • Added the llprio option in + ifconfig(8).
  • ...

    *************** *** 199,204 **** --- 205,216 ---- the SYN cache with sysctl(8) net.inet.tcp. +

  • The administrator can require root privileges for binding to some TCP + and UDP ports with + sysctl(8) + net.inet.tcp.rootonly and + sysctl(8) + net.inet.udp.rootonly.
  • ...