-
- Downloads
rfc6544: use one rx buffer by active sock
This mainly solve the "TLS decryption failed" error happening when auto-answer is enabled. Because we only used only one buffer for rx datas, if two sockets answered at the same time, the buffer was mixing both answer into one packet. Now, each active sock has a independant rx_buffer to separate incoming packets. Change-Id: I95320a10804b00a0f2558a1a26a1f219b377ddbf Gitlab: #138
Please register or sign in to comment