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

Diff for /www/52.html between version 1.29 and 1.30

version 1.29, 2012/09/06 19:09:13 version 1.30, 2012/09/06 20:25:26
Line 111 
Line 111 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
       <li>Increased TCP initial window to 14600 bytes as proposed in
           draft-ietf-tcpm-initcwnd.
     <li>Cleanup handling of sockaddrs in degenerate use cases.      <li>Cleanup handling of sockaddrs in degenerate use cases.
     <li>Improved handling of error and limit cases in file-descriptor passing.      <li>Improved handling of error and limit cases in file-descriptor passing.
       <li>Improved socketbuffer handling for AF_UNIX sockets.
     <li>Improved error handling in socket splicing.      <li>Improved error handling in socket splicing.
     <li>IPv6 privacy addresses now appear alongside SLAAC addresses.      <li>IPv6 privacy addresses now appear alongside SLAAC addresses.
     <li>...      <li>...
Line 140 
Line 143 
          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&amp;sektion=1">tcpbench(1)</a> and           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&amp;sektion=1">tcpbench(1)</a> and
          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&amp;sektion=1">tmux(1)</a>           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&amp;sektion=1">tmux(1)</a>
          now rate limit their accepting of new connections when experiencing file descriptor exhaustion.           now rate limit their accepting of new connections when experiencing file descriptor exhaustion.
       <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a> destination/prefixlen syntax for ipv6 routes.
       <li>ASCII packet dumping support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
       <li>Better etherip and BGP protocol support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>
          now recognizes additional Internet Key Exchange DH groups.           now recognizes additional Internet Key Exchange DH groups.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>
Line 150 
Line 156 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&amp;sektion=8">snmpd(8)</a> now supports PF-MIB, UCD-DISKIO-MIB, and      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&amp;sektion=8">snmpd(8)</a> now supports PF-MIB, UCD-DISKIO-MIB, and
         additional OIDs in HOST-RESOURCES-MIB.          additional OIDs in HOST-RESOURCES-MIB.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> is now more robust to network instability.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> is now more robust to network instability.
     <li>ASCII packet dumping support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.      <li>Adjust the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> route decision code to cover checks needed due to route reflection.
       <li>Various fixes to improve error reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> including support of RFC 6608.
       <li>For debugging purposes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&amp;sektion=8">bgpctl(8)</a> can load MRT dumps into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>.
       <li>Fixed distribution of MPLS VPN routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>
       <li>Introduce selected to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&amp;sektion=8">bgpctl(8)</a> as show rib attribute to only show selected routes.
       <li>Correctly support the LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ types in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp&amp;sektion=1">tftp(1)</a> client now supports IPv6.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp&amp;sektion=1">tftp(1)</a> client now supports IPv6.
     <li>Various bug fixes and better standard compliance in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a>.      <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a> able to handle transactions larger than 2GB in size.
       <li>Various bug fixes and better HTTP standard compliance in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&amp;sektion=8">rtadvd(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&amp;sektion=8">rtadvd(8)</a>
         can now advertise DNS servers and search paths in router advertisements.          can now advertise DNS servers and search paths in router advertisements.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&amp;sektion=8">rtadvd(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&amp;sektion=8">rtadvd(8)</a>
Line 161 
Line 173 
         client now allows the source IP address of the connection to be specified.          client now allows the source IP address of the connection to be specified.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&amp;sektion=8">ypldap(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&amp;sektion=8">ypldap(8)</a>
         now handles larger directories and is more tolerant when processing groups.          now handles larger directories and is more tolerant when processing groups.
       <li>Added support for AF_INET6 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_pton&amp;sektion=3">inet_net_pton(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_ntop&amp;sektion=3">inet_net_ntop(3)</a>.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 169 
Line 182 
     <ul>      <ul>
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> now ignores/preserves the lower 2 bits of the tos-header (used for Explicit Congestion Notification).      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> now ignores/preserves the lower 2 bits of the tos-header (used for Explicit Congestion Notification).
     <li>Allow more than 16 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> interfaces.      <li>Allow more than 16 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> interfaces.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> now supports weighted least-states load balancing.
       <li>The prio and tos options are now part of the "set { }" block.
           See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>.
       <li>Allow to set the tos on IPv6 packets.
       <li>Better demotion handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> to prevent failovers w/o having a full state table.
       <li>Fixed printing of wildcard anchors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30