/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_test_util.c | 422 struct ble_hs_test_util_hci_ack acks[3]; in ble_hs_test_util_adv_set_fields() local 432 acks[i] = (struct ble_hs_test_util_hci_ack) { in ble_hs_test_util_adv_set_fields() 441 acks[i] = (struct ble_hs_test_util_hci_ack) { in ble_hs_test_util_adv_set_fields() 447 memset(acks + i, 0, sizeof acks[i]); in ble_hs_test_util_adv_set_fields() 448 ble_hs_test_util_hci_ack_set_seq(acks); in ble_hs_test_util_adv_set_fields() 463 struct ble_hs_test_util_hci_ack acks[3]; in ble_hs_test_util_adv_rsp_set_fields() local 473 acks[i] = (struct ble_hs_test_util_hci_ack) { in ble_hs_test_util_adv_rsp_set_fields() 482 acks[i] = (struct ble_hs_test_util_hci_ack) { in ble_hs_test_util_adv_rsp_set_fields() 488 memset(acks + i, 0, sizeof acks[i]); in ble_hs_test_util_adv_rsp_set_fields() 489 ble_hs_test_util_hci_ack_set_seq(acks); in ble_hs_test_util_adv_rsp_set_fields() [all …]
|
H A D | ble_hs_stop_test.c | 150 /* Preload the host with HCI acks for the cancel commands that will be sent in TEST_CASE_TASK() 181 /* Preload the host with HCI acks for the startup sequence. */ in bhst_pre_test()
|
H A D | ble_hs_test_util_hci.c | 307 ble_hs_test_util_hci_ack_set_seq(const struct ble_hs_test_util_hci_ack *acks) in ble_hs_test_util_hci_ack_set_seq() argument 311 for (i = 0; acks[i].opcode != 0; i++) { in ble_hs_test_util_hci_ack_set_seq() 312 ble_hs_test_util_hci_acks[i] = acks[i]; in ble_hs_test_util_hci_ack_set_seq()
|
H A D | ble_hs_test_util_hci.h | 66 void ble_hs_test_util_hci_ack_set_seq(const struct ble_hs_test_util_hci_ack *acks);
|
H A D | ble_os_test.c | 228 /* Receive acks from the controller. */ in ble_os_disc_test_task_handler()
|
H A D | ble_hs_pvcy_test.c | 127 * which HCI acks to fake. in ble_hs_pvcy_test_util_start_host()
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/ |
H A D | stats.shtml | 23 Data packets without ACKs
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/ |
H A D | test_tcp.c | 121 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 255 /* send ACKs for data2 and data3 */ in START_TEST() 308 * Then, provoke fast retransmission by duplicate ACKs and check that all 495 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/ |
H A D | test_tcp.c | 195 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 329 /* send ACKs for data2 and data3 */ in START_TEST() 382 * Then, provoke fast retransmission by duplicate ACKs and check that all 571 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | pbuf.h | 128 * receiving TCP ACKs to unblock a connection) */ 166 you are unable to receive TCP acks! */
|
H A D | tcp.h | 271 #define TF_SACK 0x1000U /* Selective ACKs enabled */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/ |
H A D | test_tcp.c | 396 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 525 /* send ACKs for data2 and data3 */ in START_TEST() 578 * Then, provoke fast retransmission by duplicate ACKs and check that all 742 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 1003 /* disable nagle for this test so data to transmit without further ACKs... */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | pbuf.h | 122 you are unable to receive TCP acks! */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp.c | 1041 * "refused" by upper layer (application) and sends delayed ACKs. 1059 /* send delayed ACKs */ in tcp_fasttmr() 1532 * Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first. 1544 /* if there is an outstanding delayed ACKs, send it */ in tcp_pcb_remove()
|
H A D | tcp_in.c | 534 * acceptable since we only send ACKs) in tcp_timewait_input() 953 * count of consecutive duplicate acks */ in tcp_receive()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 37 host simulates incoming acks. Only recommended for test code
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp.c | 1241 * "refused" by upper layer (application) and sends delayed ACKs. 1259 /* send delayed ACKs */ in tcp_fasttmr() 1849 * Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first. 1861 /* if there is an outstanding delayed ACKs, send it */ in tcp_pcb_remove()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp.c | 1476 * "refused" by upper layer (application) and sends delayed ACKs or pending FINs. 1494 /* send delayed ACKs */ in tcp_fasttmr() 2173 * Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first. 2188 /* if there is an outstanding delayed ACKs, send it */ in tcp_pcb_remove()
|
H A D | tcp_in.c | 744 * acceptable since we only send ACKs) 1224 * count of consecutive duplicate acks */ 1247 /* Record how much data this ACK acks */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | api_msg.c | 1375 since do_writemore ACKs it! */ 1474 /* for tcp netconns, do_close_internal ACKs the message */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ppp.h | 396 u8_t ccp_localstate; /* Local state (mainly for handling reset-reqs and reset-acks). */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | lpn.c | 832 /* If we're waiting for segment acks keep polling at high freq */ in poll_timeout()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ppp.h | 400 u8_t ccp_localstate; /* Local state (mainly for handling reset-reqs and reset-acks). */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | CHANGELOG | 19 * tcp: do not keep sending SYNs when getting ACKs 1930 * tcp_in.c: Fixed bug #27904: TCP sends too many ACKs: delay resetting 3099 * tcp_in.c: Fixed bug #21582: pcb->acked accounting can be wrong when ACKs 4048 * TCP delayed ACKs were not sent correctly. 4268 timeout processing for sending delayed ACKs.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 236 * tcp: do not keep sending SYNs when getting ACKs 2147 * tcp_in.c: Fixed bug #27904: TCP sends too many ACKs: delay resetting 3316 * tcp_in.c: Fixed bug #21582: pcb->acked accounting can be wrong when ACKs 4265 * TCP delayed ACKs were not sent correctly. 4485 timeout processing for sending delayed ACKs.
|