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

vcabbage / trivialt / 19
90%

Build:
DEFAULT BRANCH: master
Ran 02 May 2016 05:08AM UTC
Jobs 3
Files 8
Run time 51s
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
19

push

travis-ci

vCabbage
Feature - Single Port Mode (#1)

* Single Port Mode

Single port mode multiplexes all client communication onto the server's main listening port. Tracks connections with a map of strings to channels. The string representation of the remote address is
used as the key. ACK, DATA, and ERRORs are sent on the connection's channel. Calls to conn.readFromNet read off the channel instead of a network connection.

* Clean-up duplicate code. Add timeouts and error handling.
* Read data directly into conn.rx instead of through conn.buf
* Prevent creating a new timer on everyread from reqChan
* Refactor incoming datagram dispatch
* Improved handling out of sequence ACKs.
* Close connection before removing addr from reqMap.
* Correct existing tests
* Test client against single port server
* Prevent Travis CI using uppercase vCabbage in GOPATH
* Update README with information about single port mode
* Correct misspellings

1218 of 1327 relevant lines covered (91.79%)

46663.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19.1 02 May 2016 05:08AM UTC 0
91.56
Travis Job 19.1
2 19.2 02 May 2016 05:08AM UTC 0
91.56
Travis Job 19.2
3 19.3 02 May 2016 05:09AM UTC 0
91.48
Travis Job 19.3
Source Files on build 19
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19
  • 94e02741 on github
  • Prev Build on master (#10)
  • Next Build on master (#21)
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