1QB_IPCS_ENFORCE_BUFFER_SIZE(l3i)bqb Programmer's ManQuBa_lIPCS_ENFORCE_BUFFER_SIZE(3)
2
3
4

NAME

6       qb_ipcs_enforce_buffer_size  - Enforce the max buffer size clients must
7       use from the server side.
8

SYNOPSIS

10       #include <qb/qbipcs.h>
11
12       void qb_ipcs_enforce_buffer_size(
13           qb_ipcs_service_t   *s,
14           uint32_t             max_buf_size
15       );
16

PARAMS

18       s            ipc server instance
19
20       max_buf_size represented in bytes
21

DESCRIPTION

NOTE

24       Setting this will force client connections to use at least max_buf_size
25       bytes as their buffer size. If this value is not set on the server, the
26       clients enforce their own buffer sizes.
27

SEE ALSO

29       qb_ipcs_response_send(3), qb_ipcs_ref(3), qb_ipcs_unref(3),
30       qb_ipcs_connection_auth_set(3), qb_ipcs_service_context_get(3),
31       qb_ipcs_connection_ref(3), qb_ipcs_connection_next_get(3),
32       qb_ipcs_stats_get(3), qb_ipcs_connection_unref(3),
33       qb_ipcs_context_set(3), qb_ipcs_poll_handlers_set(3),
34       qb_ipcs_request_rate_limit(3), qb_ipcs_disconnect(3),
35       qb_ipcs_connection_first_get(3), qb_ipcs_destroy(3),
36       qb_ipcs_event_send(3), qb_ipcs_connection_stats_get_2(3),
37       qb_ipcs_service_context_set(3), qb_ipcs_connection_stats_get(3),
38       qb_ipcs_service_id_get(3), qb_ipcs_context_get(3),
39       qb_ipcs_connection_get_buffer_size(3), qb_ipcs_create(3),
40       qb_ipcs_run(3), qb_ipcs_event_sendv(3),
41       qb_ipcs_connection_service_context_get(3), qb_ipcs_response_sendv(3)
42
44       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
45
46
47
48LIBQB                             2020-07-30    QB_IPCS_ENFORCE_BUFFER_SIZE(3)
Impressum