Issue 1523136: incorrect tcp checksum (original) (raw)

Issue1523136

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:18 admin set github: 43678
2006-07-15 18:49:35 ecirhana create