Skip to content

Tags: m-lab/tcp-info

Tags

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flow_events_total metric to count flow events. (#140)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude DstIPs (#137)

* Add ExcludeConfig.DstIPs option
* Add support for excluding static DstIPs
* Add ExcludeConfig helper functions and tests

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to exclude archival messages from traffic using source por…

…ts (#136)

* Add -exclude-srcport flag to tcp-info
* Add ExcludeConfig to netlink.MakeArchivalRecord

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update m-lab/go (#135)

* Update m-lab/go
* Setup tests to check for /48 truncation

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Actually remove the UNIX socket file. (#127)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hardcode AF_INET for windows ndt7-client builds (#125)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete socket before trying to create a new one. (#124)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
For long running connections, place files in current day (#119)

* test broken in master

* comment improvements

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add basic anonymization support (#113)

* Add basic anonymization support
* Add anonymize argument to NewSaver in tests
* Anonymize using Parse
* Apply anonymization conditional on IP addr type
* Remove ID equality check that fails after anonymization
* Return error on unknown family; add comment explaining necessity
* Add unit tests for RawInetDiagMsg.Anonymize
* Add package ErrUnknownAF error
* Update docstring to warn about cached references

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use context in the handler. (#111)

Pass the client's run-loop context through to the Open and Close calls