summaryrefslogtreecommitdiff
path: root/probe/probe.go
AgeCommit message (Collapse)Author
2023-07-25[Feature] Add support for L4SWill Hawkins
Signed-off-by: Will Hawkins <[email protected]>
2023-07-14Probe direction is unnused in probe.Probe -- remove itWill Hawkins
Signed-off-by: Will Hawkins <[email protected]>
2023-07-14Suppress non-error of cancelled context causing probe send to failWill Hawkins
It is not an error (per se) for a probe not to be able to be sent when the context of its execution is cancelled. Log the error when debugging only. Signed-off-by: Will Hawkins <[email protected]>
2023-06-21Major Update/Refactor to Support IETF 02Will Hawkins
Beginning of a release candidate for support for IETF 02 tag of the responsiveness spec.
2023-05-23Additional debugging around non-reused connectionsWill Hawkins
When a probe does not properly reuse an existing connection, do some additional logging to help the debugging process.
2023-04-23[Bugfix] Missed adding probe package during refactorWill Hawkins