Skip to content
  1. Mar 12, 2018
    • Gregory Nutt's avatar
      net/tcp: In tcp_input(), add the logic to detect, decode, and respond to TCP... · ae399b9b
      Gregory Nutt authored
      net/tcp:  In tcp_input(), add the logic to detect, decode, and respond to TCP Keep-Alive packets.  In tcp_timer(), fix some problems with the way that TCP Keep-Alive probes were being formatted.
      ae399b9b
    • Simon Piriou's avatar
      Merged in spiriou/nuttx/stm32_usbdev_hid (pull request #611) · 1f52c138
      Simon Piriou authored
      
      
      arch/arm/src/stm32/usb: skip recipient check for descriptor related requests
      
      Approved-by: default avatarGregory Nutt <gnutt@nuttx.org>
      1f52c138
    • Gregory Nutt's avatar
      e6e7dae0
    • Gregory Nutt's avatar
      Squashed commit of the following: · 251924a7
      Gregory Nutt authored
          net/tcp:  Add logic to send probes when SO_KEEPALIVE is enabled.
          net/tcp:  TCP socket should not have to be connected to configure KeepAlive.
          net/: Add a separate configuration to enable/disable KEEPALIVE socket options.
          net/tcp: Arguments to TCP keep-alive timing functions probably should be struct timeval as are the times for other time-related socket options.
          net/tcp:  Fix a backward conditional
          net/tcp:  Add some more checks and debug output to TCP-protocol socket options.
          net/tcp:  Cosmetic changes to some alignment.
          net/:  Adds socket options needed to manage TCP-keepalive and TCP state machine logic to detect if that the remote peer is alive.  Still missing the timer poll logic to send the keep-alive probes and the state machine logic to respond to probes.
      251924a7
  2. Mar 11, 2018
  3. Mar 10, 2018
  4. Mar 09, 2018
  5. Mar 07, 2018
  6. Mar 06, 2018
  7. Mar 05, 2018
  8. Mar 04, 2018
  9. Mar 03, 2018
  10. Mar 02, 2018
  11. Mar 01, 2018
  12. Feb 27, 2018