英语翻译Where state is a comma separated list of the connection states to match.Possible states are INVALIDmeaning that the packet could not be identified for some reason which includes running out of memory andICMP errors which don¡¯t
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/26 01:13:13
英语翻译Where state is a comma separated list of the connection states to match.Possible states are INVALIDmeaning that the packet could not be identified for some reason which includes running out of memory andICMP errors which don¡¯t
英语翻译
Where state is a comma separated list of the connection states to match.Possible states are INVALID
meaning that the packet could not be identified for some reason which includes running out of memory and
ICMP errors which don¡¯t correspond to any known connection,ESTABLISHED meaning that the packet is asso-
ciated with a connection which has seen packets in both directions,NEW meaning that the packet has
started a new connection,or otherwise associated with a connection which has not seen packets in both
directions,and RELATED meaning that the packet is starting a new connection,but is associated with an
existing connection,such as an FTP data transfer,or an ICMP error
英语翻译Where state is a comma separated list of the connection states to match.Possible states are INVALIDmeaning that the packet could not be identified for some reason which includes running out of memory andICMP errors which don¡¯t
其中状态是以逗号分隔的待匹配连接状态列表.可能的状态包括:INVALID(无效)表示数据包由于某种原因无法识别,其中包括内存耗尽以及无法与任何已知连接对应的ICMP错误;ESTABLISHED(确立)表示数据包与存在数据包双向流动的某一连接建立关联;NEW(新建)表示数据包已开始新的连接,或者已与并未存在数据包双向流动的某一连接建立关联;RELATED(关联)表示数据包正在开始新的连接,但与某一现有连接(如FTP数据传输或ICMP错误)之间存在关联.