First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Packet Loss Question

Hello, I have an issue with slow FTP transfer in one direction so I captured on both ends. The sending server shows total packets 120k while receiver shows 150k total packets. Those numbers come from the TCP stream so am I doing something wrong or how can there be more on the receiving side? I did add the filter tcp.analysis.lost_segment to each capture and the sender shows 25 packets while receiver shows 1700.

Thanks

cpocket's avatar
1
cpocket
asked 2023-03-15 13:33:18 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0
SYN-bit's avatar
18.5k
SYN-bit
answered 2023-03-15 22:12:23 +0000
edit flag offensive 0 remove flag delete link

Comments

To further Sake's answer: Are the packets in each capture different sizes? The 120K packets may be larger than 1460 (due to TSO) whereas the 150K packets might all be ~1460 bytes because they represent what actually went on the wire.

Put another way, is the total payload in all packets the same for both ends?

Philst's avatar Philst (2023-03-21 01:38:41 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer