mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: doesn't
This commit is contained in:
parent
c8706545bb
commit
0537c34fbb
@ -9465,7 +9465,7 @@ void SmSessionDlgUpdate(HWND hWnd, SM_HUB *s)
|
||||
|
||||
if (s->p->ServerInfo.ServerBuildInt < 2844)
|
||||
{
|
||||
// Old version doen't support for remote management of the sessions
|
||||
// Old version doesn't support for remote management of the sessions
|
||||
ok2 = ok;
|
||||
}
|
||||
|
||||
|
@ -1854,7 +1854,7 @@ BOOLEAN PacketSetBpf(LPADAPTER AdapterObject, struct bpf_program *fp)
|
||||
\param AdapterObject Pointer to an _ADAPTER structure.
|
||||
\param snaplen Desired snap len for this capture.
|
||||
\return If the function succeeds, the return value is nonzero and specifies the actual snaplen that
|
||||
the card is using. If the function fails or if the card does't allow to set sna length, the return
|
||||
the card is using. If the function fails or if the card doesn't allow to set sna length, the return
|
||||
value is 0.
|
||||
|
||||
The snap len is the amount of packet that is actually captured by the interface and received by the
|
||||
|
Loading…
Reference in New Issue
Block a user