From ec2ccf69d8b08abb03fa3bdb3e7e95ae1862d619 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 23 May 2023 17:58:14 -0400 Subject: Major Update/Refactor to Support IETF 02 Beginning of a release candidate for support for IETF 02 tag of the responsiveness spec. --- lgc/upload.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lgc/upload.go') diff --git a/lgc/upload.go b/lgc/upload.go index 5175fe0..e4518b8 100644 --- a/lgc/upload.go +++ b/lgc/upload.go @@ -90,6 +90,10 @@ func (lgu *LoadGeneratingConnectionUpload) Status() LgcStatus { return lgu.status } +func (lgd *LoadGeneratingConnectionUpload) Direction() LgcDirection { + return LGC_UP +} + type syntheticCountingReader struct { n *uint64 ctx context.Context -- cgit v1.2.3