如果在已经建立 TCP 连接的情况下向服务器发送 SYN 数据包会发生什么? [英] What will happen if I send a SYN packet to the server when there has already been a TCP connection established?

查看:18
本文介绍了如果在已经建立 TCP 连接的情况下向服务器发送 SYN 数据包会发生什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SYN 数据包具有相同的源目标 IP 地址 &已建立连接的端口,那么在这种情况下会发生什么?

The SYN packet has the same source dest IP address & port with the established connection, so what will happen in this case?

推荐答案

服务器将静默丢弃数据包,因为它已经有一个处于 ESTABLISHED 状态的连接,来自 (client-ip, src-port,server-ip, dest-port) 必须不同才能接受新的 SYN.

The server will silently drop the packet since it already has a connection in the ESTABLISHED state, one of the four values from (client-ip, src-port, server-ip, dest-port) must be different for the new SYN to be accepted.

这篇关于如果在已经建立 TCP 连接的情况下向服务器发送 SYN 数据包会发生什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆