kcp-go
kcp-go copied to clipboard
StreamMode
What is the effective difference of SetStreamMode(false) versus SetStreamMode(true) ?
It makes no difference if you use UDPSession, UDPSession works only in stream mode, but it does make a difference if you use kcp.go directly.
Maybe I should remove this function.