This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: incorrect tcp checksum
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ecirhana, loewis
Priority: normal Keywords:

Created on 2006-07-15 18:49 by ecirhana, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29182 - (view) Author: ecir hana (ecirhana) Date: 2006-07-15 18:49
hi,

when using 'socket' library for a simple web server
'ethereal' reports incorrect checksum in transmission
control protocol.

on ubuntu dapper drake and firefox
msg29183 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-07-17 12:13
Logged In: YES 
user_id=21627

This can hardly be a problem in Python. Python uses the TCP
implementation of the operating system, and the TCP stack
computes the checksum.

Closing as third-party bug.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43678
2006-07-15 18:49:35ecirhanacreate