nghttpx: Update doc
This commit is contained in:
parent
b4ad0a30af
commit
5a497b9f30
|
@ -110,12 +110,8 @@ public:
|
||||||
bool get_tls_handshake() const;
|
bool get_tls_handshake() const;
|
||||||
void set_tls_renegotiation(bool f);
|
void set_tls_renegotiation(bool f);
|
||||||
bool get_tls_renegotiation() const;
|
bool get_tls_renegotiation() const;
|
||||||
// Returns maximum chunk size for one evbuffer_add(). The intention
|
// Returns maximum write size. The intention of this chunk size is
|
||||||
// of this chunk size is control the TLS record size. The actual
|
// control the TLS record size.
|
||||||
// SSL_write() call is done under libevent control. In
|
|
||||||
// libevent-2.0.21, libevent calls SSL_write() for each chunk inside
|
|
||||||
// evbuffer. This means that we can control TLS record size by
|
|
||||||
// adjusting the chunk size to evbuffer_add().
|
|
||||||
//
|
//
|
||||||
// This function returns -1, if TLS is not enabled or no limitation
|
// This function returns -1, if TLS is not enabled or no limitation
|
||||||
// is required.
|
// is required.
|
||||||
|
|
Loading…
Reference in New Issue