Skip to content

nabud-1.3.3

Latest
Compare
Choose a tag to compare
@thorpej thorpej released this 19 May 19:04

This release contains one small enhancement and one big fix:

  • Added support for flexibile transmission timeouts in NHACP. The spec
    says 1 second, but there are systems out in the wild with slower
    transmission speeds that are now using NHACP. We now calculate the
    timeout based on how long it would take to transmit an MTU-sized frame
    at the connection's baud rate, rounding up to the next whole second.
  • Fix a source code management mistake in nabud-1.3.2's off_t changes that
    caused odd behavior on platforms that required the change.