1. 22 5月, 2017 1 次提交
  2. 20 3月, 2017 1 次提交
  3. 03 3月, 2017 1 次提交
  4. 02 3月, 2017 3 次提交
  5. 01 3月, 2017 1 次提交
    • D
      Revise WiFiClient::Write to handle EAGAIN (#240) · 770830aa
      David Schroeder 提交于
      The send call may return EAGAIN. This indicates a recoverable error and a retry should be attempted. The current implementation treats this as a fatal error. Further, the current implementation strips the error code, setting it to 0, which prevents the caller from handling it directly. 
      This change utilizes select to verify the socket is available prior to calling send and will retry on an EAGAIN condition.
      770830aa
  6. 01 12月, 2016 1 次提交
  7. 29 11月, 2016 1 次提交
  8. 13 11月, 2016 1 次提交
  9. 06 10月, 2016 2 次提交