Wireshark-dev: Re: [Wireshark-dev] Inquiry about a TCP server packet capture

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Wed, 23 Aug 2023 07:00:26 -0500
The difference is 1/100th of a second; that's basically simultaneous for your testing procedure.

GIlbert

On Tue, Aug 22, 2023 at 10:25 AM Ahmad Haron <ahmadjehadharon@xxxxxxxxx> wrote:
Dear,
Hope you are doing well,
I wrote a simple (Single Threaded and Multi Threaded) TCP echo server, and captured the packets in both scenarios, the problem here is, in the two pcaps, the order of the TCP packet is the same, not concurrent in the multi threaded one.
Here's the PCAPs to check and please feel free to reach out.
Note: I've executed the clients in a bash script to ensure concurrency:

!#/bin/bash
python3 client.py &
python3 client.py &
wait

BR,
Ahmad Jehad
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe