=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- www/69.html 2021/04/18 12:08:06 1.53 +++ www/69.html 2021/04/19 06:13:42 1.54 @@ -482,7 +482,7 @@ with ACPI support.
  • Added acpige(4), a driver for ACPI generic event devices, used on various - systens to implement power button handling. + systems to implement power button handling.
  • Added pchgpio(4), a driver for the GPIO controllers found on modern Intel PCHs.
  • Added ACPI support to
  • Removed the maxburst feature from tcp_output(). 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 aggressively, the maxburst limitation could seriously reduce TCP throughput per connection. @@ -947,7 +947,7 @@
  • Improved re-acquisition of a previous address by immediately accepting any OFFER for the address, rather than waiting for 'select-timeout' to expire. -
  • Exit immediately if the -c option specifies a non-existant file. +
  • Exit immediately if the -c option specifies a non-existent file.
  • Exit immediately if the -i option contains invalid information.