Before Rebuild NetProvider
This commit is contained in:
@@ -7,10 +7,9 @@ namespace BITKit.Net
|
||||
public static readonly KcpConfig Config = new KcpConfig(
|
||||
NoDelay: true,
|
||||
DualMode: false,
|
||||
Interval: 8, // 1ms so at interval code at least runs.
|
||||
Interval: 1, // 1ms so at interval code at least runs.
|
||||
Timeout: 8000,
|
||||
CongestionWindow: false
|
||||
|
||||
)
|
||||
{
|
||||
SendWindowSize = Kcp.WND_SND * 1000,
|
||||
|
Reference in New Issue
Block a user