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

Diff for /www/69.html between version 1.53 and 1.54

version 1.53, 2021/04/18 12:08:06 version 1.54, 2021/04/19 06:13:42
Line 482 
Line 482 
                 with ACPI support.                  with ACPI support.
         <li>Added <a href="https://man.openbsd.org/acpige.4">acpige(4)</a>, a          <li>Added <a href="https://man.openbsd.org/acpige.4">acpige(4)</a>, a
                 driver for ACPI generic event devices, used on various                  driver for ACPI generic event devices, used on various
                 systens to implement power button handling.                  systems to implement power button handling.
         <li>Added <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>,          <li>Added <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>,
                 a driver for the GPIO controllers found on modern Intel PCHs.                  a driver for the GPIO controllers found on modern Intel PCHs.
         <li>Added ACPI support to <a          <li>Added ACPI support to <a
Line 609 
Line 609 
   <ul>    <ul>
         <li>Removed the maxburst feature from tcp_output().          <li>Removed the maxburst feature from tcp_output().
                 Sending out TCP segments was limited to 4 packets per burst.                  Sending out TCP segments was limited to 4 packets per burst.
                 This did not scale well on high bandwith, high latency links.                  This did not scale well on high bandwidth, high latency links.
                 Especially when the receiving side delays ACK packets                  Especially when the receiving side delays ACK packets
                 aggressively, the maxburst limitation could seriously reduce                  aggressively, the maxburst limitation could seriously reduce
                 TCP throughput per connection.                  TCP throughput per connection.
Line 947 
Line 947 
         <li>Improved re-acquisition of a previous address by immediately          <li>Improved re-acquisition of a previous address by immediately
                 accepting any OFFER for the address, rather than waiting for                  accepting any OFFER for the address, rather than waiting for
                 'select-timeout' to expire.                  'select-timeout' to expire.
         <li>Exit immediately if the -c option specifies a non-existant file.          <li>Exit immediately if the -c option specifies a non-existent file.
         <li>Exit immediately if the -i option contains invalid information.          <li>Exit immediately if the -i option contains invalid information.
         </ul>          </ul>
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54