mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-06 07:06:53 +00:00
minor bug fix, docker
This commit is contained in:
@@ -209,10 +209,10 @@ func NewListElement(buf []byte, l uint16, part bool) (element *common.ListElemen
|
||||
}
|
||||
|
||||
type ReceiveWindowQueue struct {
|
||||
lengthWait uint64
|
||||
chain *bufChain
|
||||
stopOp chan struct{}
|
||||
readOp chan struct{}
|
||||
lengthWait uint64
|
||||
timeout time.Time
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user