简体   繁体   English

.NET WirelessHost 的直通行为

[英]Cut-through behaviour for the INET WirelessHost

The .NET WirelessHost inherits from the StandardHost which has store-and-forward as its default forwarding behaviour. .NET WirelessHost 继承自 StandardHost,后者将存储转发作为其默认转发行为。 Is there a way to change that behaviour to cut-through?有没有办法将这种行为更改为直通? I did not find any fitting parameters in both the StandardHost and WirelessHost modules.我没有在 StandardHost 和 WirelessHost 模块中找到任何合适的参数。

TL;DR: No, that is not possible and makes no sense. TL;DR:不,那是不可能的,也没有意义。

  1. cut-through is a layer 2 (link layer) device feature ie switches can support it.直通是第 2 层(链路层)设备功能,即交换机可以支持它。 It is impossible to do this on layer 3 .network layer) as IP packets can be fragmented, defragmented and the IP header itself can change during routing.在第 3 层(网络层)执行此操作是不可能的,因为 IP 数据包可以被分段、碎片整理,并且 IP header 本身可以在路由期间更改。 So at most, the question should be: can a wireless access point support cut-through?那么至多,问题应该是:无线接入点能不能支持直通? BUT:但:

  2. cut-through implies that the interface can receive and send simultaneously.直通意味着接口可以同时接收和发送。 That's an almost impossible feat for a wireless transciever over a radio medium.对于无线电介质上的无线收发器来说,这几乎是不可能的壮举。 (unless the transmission is highly directional (like. StarLink laser links, but in that case they could be considered as wired channels) (除非传输是高度定向的(比如 StarLink 激光链路,但在那种情况下它们可以被视为有线信道)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM