issues
search
hashicorp
/
yamux
Golang connection multiplexing library
Mozilla Public License 2.0
2.25k
stars
236
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
optimize ping : if the data is flowing into recvLoop, ping is not required
#39
xtaci
closed
4 years ago
13
optimize ping : if the data is flowing into recvLoop, ping is not required.
#38
xtaci
closed
8 years ago
0
Errors should satisfy net.Error interface
#37
AudriusButkevicius
closed
2 years ago
1
Option for last stream close to close the session
#36
AudriusButkevicius
closed
2 years ago
1
Keep RTT if you are already doing keepalive
#35
hagna
closed
2 years ago
3
Fix race for recvBuf
#34
erikdubbelboer
closed
8 years ago
3
lock around buffer check on close
#33
whyrusleeping
closed
8 years ago
1
Fixed spelling mistake
#32
r0l1
closed
8 years ago
2
use a timer instead of 'After' to avoid leaking resources
#31
whyrusleeping
closed
8 years ago
5
long hang in stream write
#30
whyrusleeping
closed
2 years ago
10
Properly handles closing streams before they are ACKed.
#29
slackpad
closed
8 years ago
0
properly handle closing streams before they are ACKed
#28
whyrusleeping
closed
8 years ago
5
fix spelling
#27
xtaci
closed
8 years ago
1
OpenStream hanging on synCh
#26
whyrusleeping
closed
8 years ago
7
YaMUX accept rate slower than I need
#25
ljackson
closed
7 years ago
2
What about the performance of yamux? It seems yamux speed down a lot of bandwidth.
#24
liudanking
opened
8 years ago
5
Wrong doc of func (*Session) Accept
#23
AlexStocks
closed
2 years ago
1
Get rid of error when keepalive detects a dead connection
#22
slackpad
closed
2 years ago
2
Support shrinking of receive buffers of a stream
#21
armon
closed
9 years ago
3
Thread-safety properties
#20
FooBarWidget
closed
9 years ago
1
Fixes #12 KeepAlive is not working
#19
rnapier
closed
9 years ago
5
session.go: AcceptStream handles GoAway
#18
ginkoob
opened
9 years ago
7
The server should handle GoAway frames
#17
ginkoob
opened
9 years ago
6
"There must be at most one ...-side connection"
#16
rnapier
closed
9 years ago
1
Why does *Session.Close() close the underlying network connection ?
#15
ginkoob
closed
9 years ago
1
Authentication
#14
ginkoob
closed
9 years ago
1
KeepAliveTimeout: Shuts down the session after timeout
#13
ginkoob
closed
9 years ago
1
KeepAlive is not working
#12
ginkoob
closed
9 years ago
4
Generalizes the header write timeout to a broader "safety valve" write timeout.
#11
slackpad
closed
9 years ago
3
Unnecessary loop in Session.send()
#10
slackpad
closed
9 years ago
1
Fixes read/write loop and ping deadlocks
#9
slackpad
closed
9 years ago
3
session: return explicit nil to avoid non-nil interface value
#8
fatih
closed
9 years ago
3
Limited of numbers of streams?
#7
svanharmelen
closed
4 years ago
8
Question about the deadline options...
#6
svanharmelen
closed
9 years ago
2
Please consider using Apache2 license instead.
#5
c4milo
closed
10 years ago
7
How to deal with ErrRecvWindowExceeded
#4
radiospiel
closed
10 years ago
6
Being able to resume lost sessions would be nice.
#3
c4milo
closed
10 years ago
2
Use type checking to detect an errant closure
#2
evanphx
closed
5 years ago
3
Also detect 'connectior reset by peer' which is what a unix socket says
#1
evanphx
closed
10 years ago
1
Previous