[BACK]Return to 60.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/60.html between version 1.32 and 1.33

version 1.32, 2016/07/26 11:40:07 version 1.33, 2016/07/26 13:14:34
Line 137 
Line 137 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
       <li>The prio field on VLAN headers is now correctly set
           on each fragment of an IPv4 packet going out on a
           <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>
           interface.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 161 
Line 165 
     <li>Fixed a regression in      <li>Fixed a regression in
         <a href="http://man.openbsd.org/rarpd.8">rarpd(8)</a>.          <a href="http://man.openbsd.org/rarpd.8">rarpd(8)</a>.
         The daemon could hang if it was idle for a long time.          The daemon could hang if it was idle for a long time.
       <li>Added the <tt>llprio</tt> option in
           <a href="http://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 199 
Line 205 
         the SYN cache with          the SYN cache with
         <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>          <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
         <tt>net.inet.tcp</tt>.          <tt>net.inet.tcp</tt>.
       <li>The administrator can require root privileges for binding to some TCP
           and UDP ports with
           <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
           <tt>net.inet.tcp.rootonly</tt> and
           <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
           <tt>net.inet.udp.rootonly</tt>.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33