Skip to content

Commit

Permalink
vendor: update yamux dependency
Browse files Browse the repository at this point in the history
Full commit list:
91c5847 Add go.mod
4c2fe0d Dont output keepalive error when the session is closed
f21aae5 Make sure to drain the timer channel on defer, and a clarifying comment
601ccd8 Make receive window update logic a bit cleaner
02d320c Uses timer pool in sendNoWait, like in waitForSendErr
cf433c5 window update unit test for partial read; benchmark large buffer
ca8dfd0 improve memory utilization in receive buffer, fix flow control
683f491 Fix race around read and write deadlines in Stream (kata-containers#52)
40b86b2 Add public session CloseChan method (kata-containers#44)

Signed-off-by: Peng Tao <bergwolf@gmail.com>
  • Loading branch information
bergwolf committed Aug 29, 2018
1 parent 46396d2 commit 55f1480
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 39 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/hashicorp/yamux"
revision = "f5742cb6b85602e7fa834e9d5d91a7d7fa850824"
revision = "cc6d2ea263b2471faabce371255777a365bf8306"

[[constraint]]
name = "github.com/mdlayher/vsock"
Expand Down
65 changes: 45 additions & 20 deletions vendor/github.com/hashicorp/yamux/session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 29 additions & 16 deletions vendor/github.com/hashicorp/yamux/stream.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/hashicorp/yamux/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55f1480

Please sign in to comment.