mirror of
https://gitee.com/willfree/min-vpn-client_v2.git
synced 2026-06-03 15:36:14 +08:00
修改了一行输出
This commit is contained in:
@@ -274,7 +274,7 @@ public class MINVpnInnerConnection implements MINVpnConnection{
|
||||
buff2.put(Objects.requireNonNull(IPPackageUtil.StringAddress2byteAddress(allocatedAddress)));
|
||||
byte[] ipPackageData = new byte[readLen];
|
||||
System.arraycopy(buff1.array(), 0, ipPackageData, 0, readLen);
|
||||
System.out.println("我来看看这个智障的包格式是啥:"+ Arrays.toString(ipPackageData));
|
||||
System.out.println("&ipPackageData:"+ Arrays.toString(ipPackageData));
|
||||
System.out.println("mSharedSecretString length: "+mSharedSecretString.length());
|
||||
// System.out.println("realSecret length: "+realSecret.length);
|
||||
byte[] encrytedIPPackage;
|
||||
|
||||
Reference in New Issue
Block a user