From 7a5bd73be5f1a9c83b8677990b3c299ddc4be265 Mon Sep 17 00:00:00 2001 From: xtaci Date: Sun, 28 Aug 2016 17:16:29 +0800 Subject: [PATCH] upd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b3f7e..b65066b 100644 --- a/README.md +++ b/README.md @@ -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)) ```