TLSChannel.receivedData

Inject TLS traffic received from counterparty

  1. size_t receivedData(const(ubyte)* input, size_t input_size)
  2. size_t receivedData(Vector!ubyte buf)
    class TLSChannel
    public
    size_t
    receivedData
    (
    const ref Vector!ubyte buf
    )

Return Value

Type: size_t

a hint as the how many more bytes we need to process the current record (this may be 0 if on a record boundary)

Meta