aboutsummaryrefslogtreecommitdiff
path: root/lib/chutney/Traffic.py
Commit message (Collapse)AuthorAge
* Return 1 from Source.on_readable() when connected over proxy.Linus Nordberg2013-06-18
| | | | | We used to return 8 by accident (8 minus length of emptied inbuf). This is more explicit.
* Add some documentation and comments.Linus Nordberg2013-06-18
|
* Exit with 255 since that's more explicit.Linus Nordberg2013-06-18
| | | | | | Rationale behind exit(-1) is that it turns into highest available number which hopefully won't collide with a wrapping shell script trying to exit with different codes depending on error (like 1, 2, 3).
* Report "successfully connected" at most once.Linus Nordberg2013-06-18
|
* Use values from errno instead of literal constants.Linus Nordberg2013-06-18
| | | | Now it might even have a chance of working on non-linuxes!
* Add 'verify' command.Linus Nordberg2013-06-12
Addresses #8531.