Skip to main content

src/nquic_socket.hrl

-ifndef(NQUIC_SOCKET_HRL).
-define(NQUIC_SOCKET_HRL, true).

-define(GSO_BATCH_BUDGET, 65000).

-endif.