This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Tweak OTA mask
sync with shadowsocks-libev Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.4.2.1
Syrone Wong
7 years ago
parent
32225ed655
commit
db1eafbfd8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
shadowsocks-csharp/Encryption/IVEncryptor.cs
+ 1
- 1
shadowsocks-csharp/Encryption/IVEncryptor.cs
View File
@@ -106,7 +106,7 @@ namespace Shadowsocks.Encryption
#region OneTimeAuth
public const int ONETIMEAUTH_FLAG = 0x10;
public const int ADDRTYPE_MASK = 0xF;
public const int ADDRTYPE_MASK = 0x
E
F;
public const int ONETIMEAUTH_BYTES = 10;
Write
Preview
Loading…
Cancel
Save