Home
last modified time | relevance | path

Searched refs:unsent_max_offset (Results 1 – 5 of 5) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_strm.h128 uint64_t unsent_max_offset; member
H A Dngtcp2_conn.h427 uint64_t unsent_max_offset; member
H A Dngtcp2_conn.c3003 uint64_t inc = strm->rx.unsent_max_offset - strm->rx.max_offset; in conn_should_send_max_stream_data()
3014 uint64_t inc = conn->rx.unsent_max_offset - conn->rx.max_offset; in conn_should_send_max_data()
3344 delta = NGTCP2_MAX_VARINT - conn->rx.unsent_max_offset; in conn_write_pkt()
3359 conn->rx.max_offset = conn->rx.unsent_max_offset = in conn_write_pkt()
3658 strm->rx.unsent_max_offset + delta; in conn_write_pkt()
3672 strm->rx.max_offset = strm->rx.unsent_max_offset = in conn_write_pkt()
11284 strm->rx.unsent_max_offset = NGTCP2_MAX_VARINT; in conn_extend_max_stream_offset()
11286 strm->rx.unsent_max_offset += datalen; in conn_extend_max_stream_offset()
11319 conn->rx.unsent_max_offset = NGTCP2_MAX_VARINT; in ngtcp2_conn_extend_max_offset()
11323 conn->rx.unsent_max_offset += datalen; in ngtcp2_conn_extend_max_offset()
[all …]
H A Dngtcp2_strm.c54 strm->rx.window = strm->rx.max_offset = strm->rx.unsent_max_offset = in ngtcp2_strm_init()
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_conn_test.c1119 conn->rx.unsent_max_offset = 1024; in test_ngtcp2_conn_rx_flow_control()
1138 CU_ASSERT(1024 + 1023 == conn->rx.unsent_max_offset); in test_ngtcp2_conn_rx_flow_control()
1158 CU_ASSERT(2048 == conn->rx.unsent_max_offset); in test_ngtcp2_conn_rx_flow_control()
1181 conn->rx.unsent_max_offset = 1024; in test_ngtcp2_conn_rx_flow_control_error()
1934 CU_ASSERT(128 * 1024 + 956 == conn->rx.unsent_max_offset); in test_ngtcp2_conn_recv_reset_stream()
3653 CU_ASSERT(19 == conn->rx.unsent_max_offset - in test_ngtcp2_conn_recv_stream_data()
3691 CU_ASSERT(199 == conn->rx.unsent_max_offset - in test_ngtcp2_conn_recv_stream_data()
3709 CU_ASSERT(199 == conn->rx.unsent_max_offset - in test_ngtcp2_conn_recv_stream_data()
3727 CU_ASSERT(199 == conn->rx.unsent_max_offset - in test_ngtcp2_conn_recv_stream_data()
7374 conn->rx.unsent_max_offset); in test_ngtcp2_conn_early_data_rejected()
[all …]