retransmission
n. 转播;[通信] 重发;中继
2026-03-22 06:36 浏览次数 20
n. 转播;[通信] 重发;中继
1. an act, process, or instance of retransmitting something
data retransmission satellite retransmissions of broadcast signals TCP/IP retransmission
retransmission timer重传定时器
partial retransmission部分重传
block retransmission[计]
continuous retransmission[广播]
retransmission datagram数据重传
Fast Retransmission快速重传
rediffusion转播;放大
retransmission process[通信]
error retransmission出错重传
retransmission detection检测重传
one way to achieve lower granularity with a retransmission timer is to use tcp「s fast timer (200ms), which could default to 50ms instead of 200ms.
使用重新传输计时器来实现更低粒度的一种方式是,使用tcp的快速计时器(200 毫秒),可以将其缺省值设置为50 毫秒,取代了原来的200毫秒。
the retransmission timer is inserted into an appropriate slot in the timer wheel.
将重新传输计时器插入到计时器轮中合适的槽位。
it is not as if the retransmission queue is getting shorter.
这似乎不象是重传队列正在缩短。
retransmission timer expires for a connection that is using the timer wheel algorithm.
一个使用计时器轮算法的连接的重新传输计时器计时到期。
to establish a secure link while remaining 100 metres underwater, submarines could transmit photons of laser light to satellites, for retransmission to base.
当潜艇地100米海底时,要建立安全的通信链路,把光子激光发射到卫星上去,再由卫星转发回基地。
tcp uses acknowledgements and retransmission to detect and repair loss.
tcp使用确认和重传即时来检测和修复错误。
it」s important to experiment so you can tune the delay that prompts a retransmission to be optimal.
你需要通过一些实验调节延时的范围来对重传的机制进行优化。
cancel the retransmission timer (remove the timer from the timer wheel).
删除重新传输计时器(从计时器轮中删除该计时器)。
you enable lower granularity for the retransmission timer for this connection and resend the packet.
您为这个连接启用了更低粒度的重新传输计时器,并重新发送数据包。
the cursor moves to the slot in the timer wheel where the retransmission timer was inserted previously.
指针在计时器轮中移动到先前插入重新传输计时器的槽位。
with tcp「s retransmission timer implementation, the retransmission timeout is stored in units of ticks in tcp」s control block, where one tick = 500ms.
在tcp的重新传输计时器实现中,将重新传输超时存储于tcp控制块的计时单元中,其中一个计时单元 = 500毫秒。
the measured rtt is used to compute the new retransmission timeout value.
所测量的rtt用于计算新的重新传输超时值。
this method works best for start or stop cases where the retransmission timer never expires.
在重新传输计时器不可能计时到期的情况下,使用这一方法来进行启动或者停止是最有效的。
when a received sack option needs to be processed, the tcp stack must find the packet(s) in the retransmission queue that the sack applies to.
当需要处理一个收到的sack选项时,tcp协议栈必须在重传队列中找到应用了sack的包。
the retransmission timer is started by inserting the timer into an appropriate slot in the timer wheel.
通过将该计时器插入到计时器轮中合适的槽位来启动重新传输计时器。
this article explains an alternative method for implementing tcp's retransmission timer based on a timer wheel algorithm.
本文说明了基于计时器轮算法实现tcp的重新传输计时器的一种备选方法。
the larger the retransmission queue, the harder it is to find the data of interest.
重传队列越长,找到所需的数据就越困难。
a timer handling routine is called to process the retransmission timer expiry.
调用一个计时器处理例程以处理重新传输计时器的计时到期。
delaying acknowledgments effectively increases the size of the retransmission queue, a prerequisite for the attack.
延迟应答大大增加了重传队列的长度,这为攻击提供了必要条件。
retransmission timer expires for a connection for the first time or the fast retransmit phase is turned on.
连接的重新传输计时器首次计时到期,或者打开了快速重新传输阶段。
if configured, the rto value would be set as the initial retransmission timeout for all the tcp connections on the system.
如果配置了该值,那么会将这个rto值设置为该系统中所有tcp连接的初始重新传输超时。
this section explains a retransmission time-out (rto) implementation using a timer wheel algorithm on aix.
这个部分说明了在aix 中使用计时器轮算法的重新传输超时 (rto)实现。
this is the manifestation of each sack option needing to scan the entire retransmission queue in order to find the data it refers to.
这表明每个sack选项需要扫描整个重传队列以便找到它指向的数据。
you stop the retransmission timer by removing the timer from the timer wheel.
通过将计时器从计时器轮中删除,您可以停止重新传输计时器。