diff options
| author | Will Hawkins <[email protected]> | 2023-05-23 17:58:14 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-06-21 09:12:22 -0400 |
| commit | ec2ccf69d8b08abb03fa3bdb3e7e95ae1862d619 (patch) | |
| tree | 6b636bdbda82db40da89a2bde213c684542850dc /lgc/upload.go | |
| parent | 5558f0347baaf6db066314f0eaf82d7fb552b2f7 (diff) | |
Major Update/Refactor to Support IETF 02
Beginning of a release candidate for support for IETF 02 tag of the
responsiveness spec.
Diffstat (limited to 'lgc/upload.go')
| -rw-r--r-- | lgc/upload.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
