This commit is contained in:
xtaci
2016-08-28 17:16:29 +08:00
parent b960566ad3
commit 7a5bd73be5
+1 -1
View File
@@ -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))
```