Skip to content

Releases: m-lab/tcp-info

v1.9.0

11 Oct 10:51
d72b41f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

06 Jul 21:49
cbd7799
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

09 Jun 19:46
d6576cc
Compare
Choose a tag to compare

What's Changed

  • Add option to exclude archival messages from traffic using source ports by @stephen-soltesz in #136

Full Changelog: v1.6.0...v1.7.0

v1.6.0

03 Apr 21:03
093ae42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0

Bug fix: Actually remove stale UNIX socket file

19 Jan 17:26
7481b6e
Compare
Choose a tag to compare

This release fixes a small bug which prevents the tcp-info container from restarting when there was a stale UNIX socket file still in the filesystem.

Hardcode AF_INET for windows client builds

23 Sep 15:16
a8ccc2c
Compare
Choose a tag to compare

Hardcode AF_INET for windows ndt7-client builds (#125)

Bugfix plus a few small enhancements

21 Sep 22:36
c5977c8
Compare
Choose a tag to compare

v1.5.0...v1.5.1

  • Fix extremely spammy log that stalls parsing (#120)
  • add oversize msg metric (#122)
  • Add two new tcpinfo fields (#123)
  • Delete socket before trying to create a new one. (#124)

json, localhost fix, etc

07 Apr 16:49
2fe3e86
Compare
Choose a tag to compare

#117 json annotation to suppress ID
#118 Do not use localhost in IPv4 anonymize test
#119 For long running connections, place files in current day

Add IP anonymization

09 Jan 18:01
fe37a68
Compare
Choose a tag to compare

With the following two changes, tcpinfo should now support anonymization of remote IPs

  • Add basic anonymization support (#113)
  • Don't anonymize local IP addresses m-lab/go#91

Use standard tcpinfo socket flag

03 Dec 19:48
7d3b839
Compare
Choose a tag to compare

Use a standard flag for the event socket. (#110)
Use context in the handler. (#111)