火范文>英语词典>SYN翻译和用法

SYN

网络  半连接; 连接请求; 同步序列号; 同步字符; 同义词

计算机

双语例句

  • The O-dpaH, in which the amide hydrogen atoms were transferred or eliminated and the molecular framework was changed between syn and anti form, shows coordinated diversity on the different conditions.
    在不同配位条件下,二吡啶胺单氧化物显示了配位多样性,配体酰胺上的氢原子发生转移或者消除,分子骨架在顺式和反式之间变换。
  • When a new TCP connection comes in from a client by means of a packet with the SYN bit set, the server creates an entry for the half-open connection and responds with a SYN-ACK packet.
    当从客户机发来新的TCP连接时,数据包设置了SYN位,服务器就为这个半开的连接创建一个条目,并用一个SYN-ACK数据包进行响应。
  • For example, the initial SYN request can be a gold mine ( as can the reply to it). RST packets also have some interesting features that can be used for identification.
    例如,初始化的SYN请求是一个金矿(以为这个SYN请求是要回复的),RST信息包也具有一些比较有趣的特征用来鉴别系统)。
  • The function tcp_output is called, which outputs the SYN packet onto the network.
    调用函数tcpoutput,将SYN包输出到网络。
  • If the state is SYN_RCVD, then a RST segment is sent by setting the state to CLOSED and calling tcp_output().
    如果状态是SYNRCVD,则通过将状态设置为CLOSED并调用tcpoutput()发送RST段。
  • Attacker sends a TCP SYN packet to the target port from his own IP address ( or one he controls) to request a connection.
    攻击者从自己的的IP地址(或者他控制的)发送一个TCPSYN攻击或者自己包到目标端口请求连接。
  • The outbound SYN packet from each host creates the necessary NAT state for its own NATs.
    从各自的主机外出的SYN包,为他们自己的NAT产生可能的NAT状态。
  • You can specify which incoming TCP packets to scan and discard those that don't match the flags ACK, FIN, PSH, RST, SYN, or URG.
    可以指定应该扫描哪些到达的TCP数据包,丢弃不与ACK、FIN、PSH、RST、SYN或URG标志匹配的数据包。
  • A denial of service attack results if an attacker repeatedly sends packets with the syn bit turned on toward a victim.
    如果攻击者使用打开的syn位向受害者重复发送信息包,则会产生拒绝服务攻击。
  • The socket state on the client side now is SYN_SENT.
    客户端上的套接字状态现在是SYNSENT。