summaryrefslogtreecommitdiff
path: root/extendedstats/other.go
diff options
context:
space:
mode:
authorJJ <[email protected]>2022-06-13 11:34:31 -0400
committerJJ <[email protected]>2022-06-13 11:34:31 -0400
commita32ace3c60721d1bae4ea77117ffd14a35b0f951 (patch)
tree223491fac01200e49302b477e512b5f7ebccf2ae /extendedstats/other.go
parentc8f9b3337ee493ea1ac56d70a1a53ab9442121b9 (diff)
parentc93a4dedc897f84992a6a34200fe954ba2ca435d (diff)
Merge branch 'main' into timeout-patch
Diffstat (limited to 'extendedstats/other.go')
-rw-r--r--extendedstats/other.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/extendedstats/other.go b/extendedstats/other.go
index 825ea95..369c8f6 100644
--- a/extendedstats/other.go
+++ b/extendedstats/other.go
@@ -9,7 +9,9 @@ import (
type ExtendedStats struct{}
-func (es *ExtendedStats) IncorporateConnectionStats(conn net.Conn) {}
+func (es *ExtendedStats) IncorporateConnectionStats(conn net.Conn) error {
+ return fmt.Errorf("OOPS: IncorporateConnectionStats is not supported on this platform.")
+}
func (es *ExtendedStats) Repr() string {
return ""