• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

micropython / micropython / 10882
98%

Build:
DEFAULT BRANCH: master
Ran 03 Jul 2019 06:00AM UTC
Jobs 1
Files 244
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10882

push

travis-ci

dpgeorge
extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEM

If tcp_write returns ERR_MEM then it's not a fatal error but instead means
the caller should retry the write later on (and this is what lwIP's netconn
API does).

This fixes problems where a TCP send would raise OSError(ENOMEM) in
situations where the TCP/IP stack is under heavy load.  See eg issues #1897
and #1971.

18451 of 18828 relevant lines covered (98.0%)

365517.77 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10882.3 (NAME="unix coverage build and tests") 03 Jul 2019 06:00AM UTC 0
98.0
Travis Job 10882.3
Source Files on build 10882
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10882
  • 1d6cb635 on github
  • Prev Build on master (#10881)
  • Next Build on master (#10883)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc