Home
last modified time | relevance | path

Searched full:rtt (Results 1 – 25 of 34) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml63 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 Dpkg.yml41 - "@apache-mynewt-core/hw/drivers/rtt"
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DFEATURES10 - Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, send…
H A DREADME27 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
/nrf52832-nimble/rt-thread/components/vbus/share_hdr/
H A Dvbus_api.h37 /* whether the writer is blocked on this ring. For RTT, it means the
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_monitor.c25 #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 DREADME26 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DREADME20 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/
H A Dusbdevice.c25 "RTT Composite Device",
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h206 /* RTT (round trip time) estimation variables */
207 u32_t rttest; /* RTT estimate in 500ms ticks */
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.h33 * codes available in RTT and append ourselves.
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt1030 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 Dsconsui.py277 # RTT Root Folder
386 # get RTT Root
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h247 /* 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 Dsyslog.c62 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 Dtcp.h299 /* 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 Dstart_gcc.S292 @ If a thread is wake up by interrupt, it should be RTT thread.
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dwinusb.c114 "RTT Win USB",
H A Dmstorage.c158 "RTT Mass Storage",
265 rt_memcpy(&buf[8], "RTT", 3); in _inquiry_cmd()
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Dmain.html394 TCP continuously estimates the current Round-Trip Time (RTT) of every active connection in order to…
395RTT estimation in uIP is implemented using TCP's periodic timer. Each time the periodic timer fire…
/nrf52832-nimble/rt-thread/components/vmm/
H A Dvmm_context.c186 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 Dtcp_in.c841 * 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 Dtcp_in.c991 * 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 Dtcp_in.c1135 * 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 Ddfs_jffs2.c117 /* note that, i use mte->data to store rtt's device in dfs_jffs2_mount()

12