Changes by sean216 :
Removed file: http://bugs.python.org/file20090/telnet_unnormal RST.pcap
___
Python tracker
<http://bugs.python.org/issue10724>
___
___
Python-bug
Changes by sean216 :
Removed file: http://bugs.python.org/file20091/normal RST and fin.pcap
___
Python tracker
<http://bugs.python.org/issue10724>
___
___
Python-bug
sean216 added the comment:
> Note that in your sample capture, I don't see any invalid sequence/ack number.
please check telnet_unnormal RST.pcap in No. 1600-1602,the 1602 RST meseage is
the invalid sequence/ack number 172.
--
status: closed
sean216 added the comment:
def close(self):
self._sock = _closedsocket()
dummy = self._sock._dummy
for method in _delegate_methods:
setattr(self, method, dummy)
close.__doc__ = _realsocket.close.__doc__
socket.close function use Python25\DLLs\_socket.pyd
Changes by sean216 :
Added file: http://bugs.python.org/file20091/normal RST and fin.pcap
___
Python tracker
<http://bugs.python.org/issue10724>
___
___
Python-bugs-list m
New submission from sean216 :
when use socket.close to close the telnet connection, in normal usage the tcp
disconnect will be (socket.close send the TCP FIN)
TCP ATCP B
1. ESTABLISHED