/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 63 description: Enables monitor interface over RTT 73 Enables buffering when using monitor interface over RTT. The data 74 are written to RTT once complete packet is created in intermediate 76 space in RTT buffer (e.g. there is no reader connected). If disabled, 77 monitor will simply block waiting for RTT to free space in buffer.
|
H A D | pkg.yml | 41 - "@apache-mynewt-core/hw/drivers/rtt"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | FEATURES | 10 - Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, send…
|
H A D | README | 27 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
|
/nrf52832-nimble/rt-thread/components/vbus/share_hdr/ |
H A D | vbus_api.h | 37 /* whether the writer is blocked on this ring. For RTT, it means the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_monitor.c | 25 #error "Cannot enable monitor over UART and RTT at the same time!" 37 #include "rtt/SEGGER_RTT.h"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 26 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 20 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/ |
H A D | usbdevice.c | 25 "RTT Composite Device",
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 206 /* RTT (round trip time) estimation variables */ 207 u32_t rttest; /* RTT estimate in 500ms ticks */
|
/nrf52832-nimble/rt-thread/components/utilities/ymodem/ |
H A D | ymodem.h | 33 * codes available in RTT and append ourselves.
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 1030 TCP continuously estimates the current Round-Trip Time (RTT) of every 1034 The RTT estimation in uIP is implemented using TCP's periodic 1038 as a sample of the RTT. The sample is used together with Van 1039 Jacobson's standard TCP RTT estimation function to calculate an 1040 estimate of the RTT. Karn's algorithm is used to ensure that
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | sconsui.py | 277 # RTT Root Folder 386 # get RTT Root
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcp.h | 247 /* RTT (round trip time) estimation variables */ 248 u32_t rttest; /* RTT estimate in 500ms ticks */
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/ |
H A D | syslog.c | 62 rt_strncpy(local_ident, "rtt", ULOG_SYSLOG_IDENT_MAX_LEN); in openlog()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | tcp.h | 299 /* RTT (round trip time) estimation variables */ 300 u32_t rttest; /* RTT estimate in 500ms ticks */
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | start_gcc.S | 292 @ If a thread is wake up by interrupt, it should be RTT thread.
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | winusb.c | 114 "RTT Win USB",
|
H A D | mstorage.c | 158 "RTT Mass Storage", 265 rt_memcpy(&buf[8], "RTT", 3); in _inquiry_cmd()
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | main.html | 394 TCP continuously estimates the current Round-Trip Time (RTT) of every active connection in order to… 395 …RTT estimation in uIP is implemented using TCP's periodic timer. Each time the periodic timer fire…
|
/nrf52832-nimble/rt-thread/components/vmm/ |
H A D | vmm_context.c | 186 vmm_info("guest DAC: %08x, RTT DAC: %08x, super DAC: %08x\n", in vmm_dump_domain()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 841 * If the incoming segment constitutes an ACK for a segment that was used for RTT 842 * estimation, the RTT is estimated here as well. 1088 /* RTT estimation calculations. This is done by checking if the in tcp_receive() 1096 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", in tcp_receive()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_in.c | 991 * If the incoming segment constitutes an ACK for a segment that was used for RTT 992 * estimation, the RTT is estimated here as well. 1235 /* RTT estimation calculations. This is done by checking if the 1243 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n",
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_in.c | 1135 * If the incoming segment constitutes an ACK for a segment that was used for RTT 1136 * estimation, the RTT is estimated here as well. 1341 /* RTT estimation calculations. This is done by checking if the 1349 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n",
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/ |
H A D | dfs_jffs2.c | 117 /* note that, i use mte->data to store rtt's device in dfs_jffs2_mount()
|