KCP Default transport
This commit is contained in:
parent
10276d58a4
commit
b880820cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace LightReflectiveMirror
|
||||||
// Required Settings
|
// Required Settings
|
||||||
//========================
|
//========================
|
||||||
public string TransportDLL = "MultiCompiled.dll";
|
public string TransportDLL = "MultiCompiled.dll";
|
||||||
public string TransportClass = "Mirror.SimpleWebTransport";
|
public string TransportClass = "kcp2k.KcpTransport";
|
||||||
public string AuthenticationKey = "Secret Auth Key";
|
public string AuthenticationKey = "Secret Auth Key";
|
||||||
public ushort TransportPort = 7777;
|
public ushort TransportPort = 7777;
|
||||||
public int UpdateLoopTime = 10;
|
public int UpdateLoopTime = 10;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue