fix kcp seed
This commit is contained in:
@@ -551,7 +551,10 @@ namespace v2rayN.Handler
|
||||
{
|
||||
type = config.headerType()
|
||||
};
|
||||
kcpSettings.seed = config.path();
|
||||
if (!Utils.IsNullOrEmpty(config.path()))
|
||||
{
|
||||
kcpSettings.seed = config.path();
|
||||
}
|
||||
streamSettings.kcpSettings = kcpSettings;
|
||||
break;
|
||||
//ws
|
||||
|
||||
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
|
||||
// 方法是按如下所示使用“*”:
|
||||
//[assembly: AssemblyVersion("1.0.*")]
|
||||
//[assembly: AssemblyVersion("1.0.0")]
|
||||
[assembly: AssemblyFileVersion("3.22")]
|
||||
[assembly: AssemblyFileVersion("3.23")]
|
||||
|
||||
Reference in New Issue
Block a user