aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/sideband64k/encoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/protocol/sideband64k/encoder.go')
-rw-r--r--network/protocol/sideband64k/encoder.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/sideband64k/encoder.go b/network/protocol/sideband64k/encoder.go
index 0c6ea090..6cdef38a 100644
--- a/network/protocol/sideband64k/encoder.go
+++ b/network/protocol/sideband64k/encoder.go
@@ -10,6 +10,8 @@ import (
// Encoder writes side-band-64k frames to a flush-capable output transport.
//
// It writes exactly one frame per method call and does not auto-chunk data.
+//
+// Labels: MT-Unsafe.
type Encoder struct {
enc *pktline.Encoder
maxData int