1QB_IPCC_FC_ENABLE_MAX_SET(3)libqb Programmer's ManuaQlB_IPCC_FC_ENABLE_MAX_SET(3)
2
3
4
6 qb_ipcc_fc_enable_max_set - Set the maximum allowable flowcontrol
7 value.
8
9
11 #include <qb/qbipcc.h>
12
13 int32_t qb_ipcc_fc_enable_max_set(
14 qb_ipcc_connection_t *c, /* connection instance */
15 uint32_t max /* the max allowable flowcontrol value (1 or 2) */
16 );
17
19 c connection instance
20
21 max the max allowable flowcontrol value (1 or 2)
22
25 the default is 1
26
28 qb_ipcc_send(3), qb_ipcc_sendv_recv(3), qb_ipcc_recv(3),
29 qb_ipcc_event_recv(3), qb_ipcc_connect_async(3),
30 qb_ipcc_is_connected(3), qb_ipcc_connect_continue(3),
31 qb_ipcc_auth_get(3), qb_ipcc_sendv(3), qb_ipcc_context_set(3),
32 qb_ipcc_context_get(3), qb_ipcc_verify_dgram_max_msg_size(3),
33 qb_ipcc_get_buffer_size(3), qb_ipcc_connect(3), qb_ipcc_disconnect(3),
34 qb_ipcc_fd_get(3)
35
37 Copyright (C) 2010-2020 Red Hat, Inc.
38
39
40
41LIBQB 2022-03-23 QB_IPCC_FC_ENABLE_MAX_SET(3)