StreamMode
roelfdiedericks opened this issue · 1 comments
roelfdiedericks commented
What is the effective difference of SetStreamMode(false) versus SetStreamMode(true) ?
xtaci commented
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.