Skip to content
  • Sébastien Blin's avatar
    rfc6544: use one rx buffer by active sock · e4db6294
    Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
    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
    e4db6294