mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: decryption
This commit is contained in:
parent
33a21f1843
commit
d6065ebfc0
@ -667,7 +667,7 @@ void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
|
|||||||
WriteFifo(ts->SendFifo, data, size);
|
WriteFifo(ts->SendFifo, data, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write data to the reception FIFO (automatic deccyption)
|
// Write data to the reception FIFO (automatic decryption)
|
||||||
void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
|
void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
|
||||||
{
|
{
|
||||||
// Validate arguments
|
// Validate arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user