更换网络库版本
This commit is contained in:
parent
32aaa8e931
commit
801e5afb22
Binary file not shown.
16
NoSugarNet.ClientCore/NetStatus.cs
Normal file
16
NoSugarNet.ClientCore/NetStatus.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
namespace NoSugarNet.ClientCore
|
||||||
|
{
|
||||||
|
public struct NetStatus
|
||||||
|
{
|
||||||
|
public int ClientUserCount;
|
||||||
|
public int TunnelCount;
|
||||||
|
public long srcReciveAllLenght;
|
||||||
|
public long srcSendAllLenght;
|
||||||
|
public long srcReciveSecSpeed;
|
||||||
|
public long srcSendSecSpeed;
|
||||||
|
public long tReciveAllLenght;
|
||||||
|
public long tSendAllLenght;
|
||||||
|
public long tReciveSecSpeed;
|
||||||
|
public long tSendSecSpeed;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user