Skip to content

Stability fixes to TCPv4 and DHCP handling

Compare
Choose a tag to compare
@avsm avsm released this 01 Jul 12:22
  • Ensure that DHCP completes before the application is started, so that
    unikernels that establish outgoing connections can do so without a race.
    (fix from Mindy Preston in #53, followup in #55)
  • Add echo, chargen and discard services into the examples/
    directory. (from Mindy Preston in #52).
  • [tcp] Fully process the last ACK in a 3-way handshake for server connections.
    This ensures that a FIN is correctly transmitted upon application-initiated
    connection close. (fix from Mindy Preston in #51).