mirror of
https://github.com/xtaci/smux.git
synced 2024-04-21 10:51:48 +00:00
upd
This commit is contained in:
@@ -38,7 +38,7 @@ FRAMETYPE=GoAway
|
||||
| | |
|
||||
+---------------+---------------+
|
||||
|
||||
Stream.Write([]byte) --> Framer(分帧器)--> Qdisc(排队规则) --> (goroutine: Session.xmit() { Qdisc.Dequeue() } --> conn.Write([]byte)
|
||||
Stream.Write([]byte) --> Framer --> Qdisc.Enqueue() --> (goroutine: Session.xmit() { Qdisc.Dequeue() } --> conn.Write([]byte)
|
||||
Stream.Read([]byte) --> Stream.RxQueue <-- (goroutine: Session.recvLoop(conn))
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user