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