aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/sideband64k/chunk_writer.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:50:31 +0000
committerGravatar Runxi Yu2026-03-29 03:50:31 +0000
commitb6d6d077d4b28c2dcc644baadcfbc35e44f37a32 (patch)
tree037b213ec371a33d19dd91ddb9d38676ef43eed6 /network/protocol/sideband64k/chunk_writer.go
parentnetwork/protocol: Constructors get Life-Parent too (diff)
signatureNo signature
network: Fix labels
Diffstat (limited to 'network/protocol/sideband64k/chunk_writer.go')
-rw-r--r--network/protocol/sideband64k/chunk_writer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/sideband64k/chunk_writer.go b/network/protocol/sideband64k/chunk_writer.go
index a1a0ec8c..78c66edf 100644
--- a/network/protocol/sideband64k/chunk_writer.go
+++ b/network/protocol/sideband64k/chunk_writer.go
@@ -6,6 +6,8 @@ import "io"
// for one fixed band.
//
// It never writes control packets automatically.
+//
+// Labels: MT-Unsafe.
type ChunkWriter struct {
enc *Encoder
band Band