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
10 #include <qb/qbipcc.h>
11
12 int32_t qb_ipcc_fc_enable_max_set(
13 qb_ipcc_connection_t *c,
14 uint32_t max
15 );
16
18 c connection instance
19
20 max the max allowable flowcontrol value (1 or 2)
21
24 the default is 1
25
27 qb_ipcc_send(3), qb_ipcc_sendv_recv(3), qb_ipcc_recv(3),
28 qb_ipcc_event_recv(3), qb_ipcc_is_connected(3), qb_ipcc_sendv(3),
29 qb_ipcc_context_set(3), qb_ipcc_context_get(3),
30 qb_ipcc_verify_dgram_max_msg_size(3), qb_ipcc_get_buffer_size(3),
31 qb_ipcc_connect(3), qb_ipcc_disconnect(3), qb_ipcc_fd_get(3)
32
34 Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
35
36
37
38LIBQB 2020-07-30 QB_IPCC_FC_ENABLE_MAX_SET(3)