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

vcabbage / trivialt
92%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v0.3.0-beta
DEFAULT BRANCH: master
Repo Added 30 Apr 2016 06:38PM UTC
Files 8
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

LAST BUILD ON BRANCH v0.2.0-beta
branch: v0.2.0-beta
CHANGE BRANCH
x
Reset
  • v0.2.0-beta
  • 2-handler-transfermode
  • cleanup-conn
  • conn-refactor
  • feature/single-port-server
  • fix-flaky-tests
  • improve-dg-validate
  • master
  • network-test-workaround
  • test-run
  • update-travis-versions
  • v0.1.0
  • v0.3.0-beta
  • vendor-cmd

pending completion
20

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%)

46803.92 hits per line

Relevant lines Covered
Build:
Build:
1327 RELEVANT LINES 1218 COVERED LINES
46803.92 HITS PER LINE
Source Files on v0.2.0-beta
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20 v0.2.0-beta 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 addre... push 02 May 2016 05:11AM UTC vCabbage travis-ci pending completion  
See All Builds (67)
  • Repo on GitHub
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

© 2025 Coveralls, Inc