1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 15:54:57 +03:00

Fix Parameter Descriptions

Fix the packet count and bytes being mismatched in the JSON-RPC documentation.
This commit is contained in:
Stephen H
2020-09-09 21:21:26 +10:00
parent f22b013dda
commit 77aee2d21c
2 changed files with 112 additions and 112 deletions

View File

@ -580,32 +580,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -615,7 +615,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>CurrentTime_dt</code></td>
@ -2695,32 +2695,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -2730,7 +2730,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>SecureNATEnabled_bool</code></td>
@ -6212,32 +6212,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -6247,7 +6247,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>
@ -6683,32 +6683,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -6718,7 +6718,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>
@ -7103,32 +7103,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -7138,7 +7138,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>
@ -7747,32 +7747,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -7782,7 +7782,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>
@ -8137,32 +8137,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -8172,7 +8172,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>
@ -8485,32 +8485,32 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Recv.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Recv)</td>
<td>Broadcast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Recv)</td>
<td>Number of broadcast packets (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast count (Recv)</td>
<td>Unicast bytes (Recv)</td>
</tr>
<tr>
<td><code>Recv.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Recv)</td>
<td>Unicast count (Recv)</td>
</tr>
<tr>
<td><code>Send.BroadcastBytes_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Number of broadcast packets (Send)</td>
<td>Broadcast bytes (Send)</td>
</tr>
<tr>
<td><code>Send.BroadcastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Broadcast bytes (Send)</td>
<td>Number of broadcast packets (Send)</td>
</tr>
<tr>
<td><code>Send.UnicastBytes_u64</code></td>
@ -8520,7 +8520,7 @@ All APIs are based on the <a href="https://www.jsonrpc.org/specification">JSON-R
<tr>
<td><code>Send.UnicastCount_u64</code></td>
<td><code>number</code> (uint64)</td>
<td>Unicast bytes (Send)</td>
<td>Unicast count (Send)</td>
</tr>
<tr>
<td><code>UsePolicy_bool</code></td>