mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
GSO-Friendly Packet Memory (#175)
This commit is contained in:
parent
2f4629f27d
commit
fecdd10417
11 changed files with 19 additions and 60 deletions
|
@ -2016,7 +2016,7 @@ Miscellaneous Types
|
|||
|
||||
If not specified, malloc() and free() are used.
|
||||
|
||||
.. member:: void * (*pmi_allocate) (void *pmi_ctx, void *peer_ctx, unsigned short sz, char is_ipv6)
|
||||
.. member:: void * (*pmi_allocate) (void *pmi_ctx, void *peer_ctx, lsquic_conn_get_ctx *conn_ctx, unsigned short sz, char is_ipv6)
|
||||
|
||||
Allocate buffer for sending.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue