David Zhao
b73472ee7e
Reduce critical section when writing with TCPMux
...
To avoid one bad connection causing locked processes/cascading failures.
2022-04-05 23:25:38 -07:00
Pion
d3e1775d73
Update CI configs to v0.4.7
...
Update lint scripts and CI configs.
2020-09-26 08:54:24 -07:00
Jerko Steiner
fa49161dd0
Close TCP recvChan after all writes have completed
...
Closes #260
2020-08-09 13:55:49 +02:00
Jerko Steiner
3b9a989177
Remove global state for ICE TCP
...
This addresses a few points issue of #245 :
- Take a net.Listener instead of having global state
- Expose a net.TCPMux based API
Also, the unused closeChannel was removed from tcp_mux.go
Closes #253 .
2020-08-01 09:28:28 +02:00
Jerko Steiner
12f44e93f1
Add support for passive ICE TCP candidate
...
Closes #196
2020-07-15 07:51:55 +02:00