Skip to content
  1. May 29, 2015
    • Gregory Nutt's avatar
      Networking: setsockopt() fails when setting timeouts to values less that an... · 5337176c
      Gregory Nutt authored
      Networking: setsockopt() fails when setting timeouts to values less that an 100 msec.  That is because the timeout is limited to stops of 1 decisecond and because the conversion of structure timeval was truncating the microsecond remainder.  The utility net_timeval2dsec now accespts and option to determin how it handles the remainder:  truncate, discarding the remainder, use the remainder to round to the closed decisecond value, or use any non-zero remainder to the next larger whole decisecond value.
      
      For the setsockopt() case, it will always use the final option.  This means that a time of zero (i.e., not timeout) can only occur if the value zero was explicated provided to setsockopt().
      5337176c
    • Gregory Nutt's avatar
      Correct some comments · 0595d544
      Gregory Nutt authored
      0595d544
    • Gregory Nutt's avatar
      Missed a couple of function headers · 7ec07255
      Gregory Nutt authored
      7ec07255
  2. May 28, 2015
  3. May 27, 2015
  4. May 26, 2015
  5. May 25, 2015
  6. May 24, 2015