Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird behaviour with --bidir on bsd/pfsense #1836

Closed
devZer0 opened this issue Feb 16, 2025 · 14 comments
Closed

weird behaviour with --bidir on bsd/pfsense #1836

devZer0 opened this issue Feb 16, 2025 · 14 comments

Comments

@devZer0
Copy link

devZer0 commented Feb 16, 2025

i was analyzing a firewall problem for the last days (pfsense) which appeared to be caused by weak hardware.

while analyzing, i intensively used iperf3 to test performance between 2 pfsense boxes and got weird results when using --bidir

i thought that was part of the problem which i thought would be resolved after changing the hardware - but while all our problems are gone now, the weirdness with iperf3 remained

iperf3 box1 -> box2 is fast
iperf3 box1 <- box2 is fast
iperf3 box1 <-> box2 is dead slow

i also tested with sending two concurrent tcp datastreams via ssh in two directions, and i get also fast transfer

only iperf3 with --bidir is slow, as shown here:

[root@fwbn02]/root: iperf3 -c 192.168.1.2
Connecting to host 192.168.1.2, port 5201
[  5] local 192.168.1.3 port 31838 connected to 192.168.1.2 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   443 MBytes  3.71 Gbits/sec    0   1.57 MBytes
[  5]   1.00-2.00   sec   450 MBytes  3.77 Gbits/sec    0   1.57 MBytes
[  5]   2.00-3.00   sec   454 MBytes  3.81 Gbits/sec    0   1.57 MBytes
[  5]   3.00-4.00   sec   449 MBytes  3.76 Gbits/sec    0   1.57 MBytes
[  5]   4.00-5.00   sec   451 MBytes  3.79 Gbits/sec    0   1.57 MBytes
[  5]   5.00-6.00   sec   450 MBytes  3.77 Gbits/sec    0   1.57 MBytes
[  5]   6.00-7.00   sec   452 MBytes  3.79 Gbits/sec    0   1.57 MBytes
[  5]   7.00-8.00   sec   452 MBytes  3.79 Gbits/sec    0   1.57 MBytes
[  5]   8.00-9.00   sec   451 MBytes  3.78 Gbits/sec    0   1.57 MBytes
[  5]   9.00-10.00  sec   453 MBytes  3.80 Gbits/sec    0   1.57 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  4.40 GBytes  3.78 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  4.40 GBytes  3.78 Gbits/sec                  receiver

iperf Done.
[root@fwbn02]/root: iperf3 -c 192.168.1.2 -R
Connecting to host 192.168.1.2, port 5201
Reverse mode, remote host 192.168.1.2 is sending
[  5] local 192.168.1.3 port 22676 connected to 192.168.1.2 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec   443 MBytes  3.72 Gbits/sec
[  5]   1.00-2.00   sec   467 MBytes  3.92 Gbits/sec
[  5]   2.00-3.00   sec   469 MBytes  3.93 Gbits/sec
[  5]   3.00-4.00   sec   469 MBytes  3.94 Gbits/sec
[  5]   4.00-5.00   sec   470 MBytes  3.94 Gbits/sec
[  5]   5.00-6.00   sec   469 MBytes  3.93 Gbits/sec
[  5]   6.00-7.00   sec   474 MBytes  3.97 Gbits/sec
[  5]   7.00-8.00   sec   471 MBytes  3.95 Gbits/sec
[  5]   8.00-9.00   sec   468 MBytes  3.92 Gbits/sec
[  5]   9.00-10.00  sec   470 MBytes  3.94 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  4.56 GBytes  3.92 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  4.56 GBytes  3.92 Gbits/sec                  receiver

iperf Done.

ok.
now the weirdness:

[root@fwbn02]/root: iperf3 -c 192.168.1.2 --bidir
Connecting to host 192.168.1.2, port 5201
[  5] local 192.168.1.3 port 9595 connected to 192.168.1.2 port 5201
[  7] local 192.168.1.3 port 54555 connected to 192.168.1.2 port 5201
[ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
[  5][TX-C]   0.00-10.03  sec  64.2 KBytes  52.4 Kbits/sec    0   21.2 KBytes
[  7][RX-C]   0.00-10.03  sec  64.2 KBytes  52.4 Kbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID][Role] Interval           Transfer     Bitrate         Retr
[  5][TX-C]   0.00-10.03  sec  64.2 KBytes  52.4 Kbits/sec    0             sender
[  5][TX-C]   0.00-10.03  sec  64.2 KBytes  52.4 Kbits/sec                  receiver
[  7][RX-C]   0.00-10.03  sec   128 KBytes   105 Kbits/sec    0             sender
[  7][RX-C]   0.00-10.03  sec  64.2 KBytes  52.4 Kbits/sec                  receiver

iperf Done.

and - even more weird:

when i run "iperf3 -c 192.168.1.2 --bidir" via "truss" (bsd strace), it's fast again (i.e. truss iperf3....)

what i also find that using iperf3 with "-l 32k" is always fast, -l 64k get's stuck/slow sometimes and -l 128k get's stuck/is slow always.

i can only reproduce this with iperf3 between two pfsense boxes, it does not happen when doing iperf3 from other linux box to pfsense.

any clue, why --bidir does not work out of the box as expected ?

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

here is some debug output. mind the hang after the send statements.

[root@fwbn02]/var/log: iperf3 -c 192.168.1.2 --bidir -d
send_parameters:
{
	"tcp":	true,
	"omit":	0,
	"time":	10,
	"num":	0,
	"blockcount":	0,
	"parallel":	1,
	"bidirectional":	true,
	"len":	131072,
	"pacing_timer":	1000,
	"client_version":	"3.15"
}
Connecting to host 192.168.1.2, port 5201
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Congestion algorithm is cubic
[  5] local 192.168.1.3 port 50036 connected to 192.168.1.2 port 5201
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Congestion algorithm is cubic
[  7] local 192.168.1.3 port 13395 connected to 192.168.1.2 port 5201
sent 65700 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700      

< after the last sent statement , here it hangs for the whole time / 10 secs >

tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 10.002920 bytes_transferred 65700
interval forces keep
interval_len 10.002964 bytes_transferred 65700
interval forces keep
[ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
[  5][TX-C]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec    0   21.2 KBytes
[  7][RX-C]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000097 bytes_transferred 0
interval_len 0.000056 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000016 bytes_transferred 0
interval_len 0.000017 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000019 bytes_transferred 0
interval_len 0.000018 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000013 bytes_transferred 0
interval_len 0.000013 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000024 bytes_transferred 0
interval_len 0.000024 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000011 bytes_transferred 0
interval_len 0.000010 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000020 bytes_transferred 0
interval_len 0.000021 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
interval_len 0.000011 bytes_transferred 0
interval_len 0.000011 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 21757 tcpi_snd_mss 1460 tcpi_rtt 218
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 656
send_results
{
	"cpu_util_total":	0.078057371093684436,
	"cpu_util_user":	0,
	"cpu_util_system":	0.056201307187452788,
	"sender_has_retransmits":	1,
	"congestion_used":	"cubic",
	"streams":	[{
			"id":	1,
			"bytes":	65700,
			"retransmits":	0,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.003151
		}, {
			"id":	3,
			"bytes":	65700,
			"retransmits":	-1,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.003154
		}]
}
get_results
{
	"cpu_util_total":	0,
	"cpu_util_user":	0,
	"cpu_util_system":	0.00756745809082729,
	"sender_has_retransmits":	1,
	"congestion_used":	"cubic",
	"streams":	[{
			"id":	1,
			"bytes":	65700,
			"retransmits":	-1,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.003353
		}, {
			"id":	3,
			"bytes":	189280,
			"retransmits":	0,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.003356
		}]
}
interval_len 0.000020 bytes_transferred 0
interval_len 0.000020 bytes_transferred 0
ignoring short interval with no data
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID][Role] Interval           Transfer     Bitrate         Retr
[  5][TX-C]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec    0             sender
[  5][TX-C]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec                  receiver
[  7][RX-C]   0.00-10.00  sec   185 KBytes   151 Kbits/sec    0             sender
[  7][RX-C]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec                  receiver

iperf Done.

@davidBar-On
Copy link
Contributor

I have no idea what the problem may be, but following are some questions/tests that may to understand the issue:

  1. From the debug output it seems that you are using iperv3 version 3.15. What version is used for the server? (Can be seen by iperf3 -v of when using the -V option.)
  2. Per the debug output, the problem is that for some reason sending the TCP packets is halted after the first 64KB are sent. To see if the is because the TCP is stuck, try running the test for 5 minutes (-t300) and see if the TCP timeout before the end of the test.
  3. Another possibility, is that for some reason the ACK from the server about receiving the 64K data was not received by the client. This can be (partly) evaluated by analyzing the traffic between the client and server using tools like Wireshark or tcpdump.

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

hi, thanks for the feedback

regarding

  1. the version is identical on both nodes.

  2. for my curiousity, i have had several occurrencey, where iperf3 "heals" itself after a while, i starting slow and then getting fast. sometimes after 10 secs, sometimes it needs longer. sometimes it won't heal and it prints low rates every 10secs. will take a closer look

  3. this is the tcpdump which also shows the "hang"

tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on ix0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
18:58:49.872320 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [S], seq 2632419744, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 2633666564 ecr 0], length 0
18:58:49.872402 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [S.], seq 2320941681, ack 2632419745, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 2547924801 ecr 2633666564], length 0
18:58:49.872493 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 1, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 0
18:58:49.872518 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 1:38, ack 1, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 37
18:58:49.872532 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 38, win 513, options [nop,nop,TS val 2547924801 ecr 2633666565], length 0
18:58:49.872563 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 1:2, ack 38, win 514, options [nop,nop,TS val 2547924801 ecr 2633666565], length 1
18:58:49.872641 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 2, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 0
18:58:49.872766 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 38:42, ack 2, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 4
18:58:49.872775 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 42, win 514, options [nop,nop,TS val 2547924801 ecr 2633666565], length 0
18:58:49.872776 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 42:187, ack 2, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 145
18:58:49.872783 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 187, win 513, options [nop,nop,TS val 2547924801 ecr 2633666565], length 0
18:58:49.872826 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 2:3, ack 187, win 514, options [nop,nop,TS val 2547924801 ecr 2633666565], length 1
18:58:49.872894 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 3, win 514, options [nop,nop,TS val 2633666565 ecr 2547924801], length 0
18:58:49.873550 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [S], seq 1090418467, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 1370559164 ecr 0], length 0
18:58:49.873617 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [S.], seq 758418646, ack 1090418468, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 833159305 ecr 1370559164], length 0
18:58:49.873703 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], ack 1, win 514, options [nop,nop,TS val 1370559164 ecr 833159305], length 0
18:58:49.873722 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [P.], seq 1:38, ack 1, win 514, options [nop,nop,TS val 1370559164 ecr 833159305], length 37
18:58:49.873733 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 38, win 513, options [nop,nop,TS val 833159305 ecr 1370559164], length 0
18:58:49.875803 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [S], seq 252081917, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 2966203475 ecr 0], length 0
18:58:49.875869 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [S.], seq 3335971133, ack 252081918, win 65228, options [mss 1460,nop,wscale 7,sackOK,TS val 156750470 ecr 2966203475], length 0
18:58:49.875946 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 1, win 514, options [nop,nop,TS val 2966203475 ecr 156750470], length 0
18:58:49.875967 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [P.], seq 1:38, ack 1, win 514, options [nop,nop,TS val 2966203475 ecr 156750470], length 37
18:58:49.875980 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], ack 38, win 513, options [nop,nop,TS val 156750470 ecr 2966203475], length 0
18:58:49.877054 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 3:4, ack 187, win 514, options [nop,nop,TS val 2547924805 ecr 2633666565], length 1
18:58:49.877065 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 4:5, ack 187, win 514, options [nop,nop,TS val 2547924805 ecr 2633666565], length 1
18:58:49.877095 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 1:1449, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203475], length 1448
18:58:49.877137 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 4, win 514, options [nop,nop,TS val 2633666569 ecr 2547924805], length 0
18:58:49.877142 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 5, win 514, options [nop,nop,TS val 2633666569 ecr 2547924805], length 0
18:58:49.877190 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 1449, win 503, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877204 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 14481:15929, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877210 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 15929:17377, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877211 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 2897, win 492, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877222 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 17377:18825, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877226 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 4345, win 481, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877234 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 20273:21721, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877235 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 5793, win 470, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877243 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 23169:24617, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877244 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 7241, win 459, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877254 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 26065:27513, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877255 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 8689, win 448, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877263 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 28961:30409, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877266 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 10137, win 437, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877275 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 31857:33305, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877276 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 11585, win 426, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877287 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 33305:34753, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877288 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 13033, win 415, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877294 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 34753:36201, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877295 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 14481, win 404, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877302 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 36201:37649, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877304 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 15929, win 393, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877311 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 37649:39097, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877312 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 17377, win 382, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877322 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 39097:40545, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877323 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 18825, win 371, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877329 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 40545:41993, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877331 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 20273, win 360, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877339 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 41993:43441, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877342 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 21721, win 349, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877351 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 43441:44889, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877352 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 23169, win 338, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877359 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 44889:46337, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877360 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 24617, win 327, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877367 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 46337:47785, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877370 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 26065, win 316, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877376 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 47785:49233, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877378 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 27513, win 305, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877385 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 49233:50681, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877386 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 28961, win 294, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877393 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 50681:52129, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877394 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 30409, win 283, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877400 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 52129:53577, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877403 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 31857, win 272, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877410 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 53577:55025, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877411 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 33305, win 261, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877419 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 55025:56473, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877421 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 34753, win 250, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877428 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 56473:57921, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877429 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 36201, win 239, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877435 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 57921:59369, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877438 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 37649, win 228, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877445 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 59369:60817, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877446 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 39097, win 217, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877454 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 60817:62265, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877456 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 40545, win 206, options [nop,nop,TS val 2966203476 ecr 156750470], length 0
18:58:49.877463 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 62265:63713, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203476], length 1448
18:58:49.877465 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 41993, win 442, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877472 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 63713:65161, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203477], length 1448
18:58:49.877473 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 43441, win 431, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877482 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 65161:66609, ack 38, win 514, options [nop,nop,TS val 156750470 ecr 2966203477], length 1448
18:58:49.877483 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 44889, win 420, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877491 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 66609:68057, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877493 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 46337, win 409, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877501 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 68057:69505, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877502 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 47785, win 398, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877508 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 69505:70953, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877509 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 49233, win 387, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877518 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 70953:72401, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877521 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 50681, win 376, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877528 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 72401:73849, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877529 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 52129, win 365, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877537 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 73849:75297, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877538 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 53577, win 354, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877545 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 75297:76745, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877547 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 55025, win 343, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877553 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 76745:78193, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877556 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 56473, win 332, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877562 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 78193:79641, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877564 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 57921, win 321, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877570 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 79641:81089, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877571 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 59369, win 310, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877578 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 81089:82537, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877581 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 60817, win 299, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877589 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 82537:83985, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877590 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 62265, win 288, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877596 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 83985:85433, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877597 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 63713, win 277, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877604 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 85433:86881, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877607 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 65161, win 266, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877615 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 86881:88329, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877616 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 66609, win 255, options [nop,nop,TS val 2966203477 ecr 156750470], length 0
18:58:49.877624 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 88329:89777, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877625 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 68057, win 244, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877632 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 89777:91225, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877635 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 69505, win 233, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877642 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 91225:92673, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877643 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 70953, win 222, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877652 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 92673:94121, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877653 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 72401, win 211, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877659 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 94121:95569, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877662 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 73849, win 200, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877669 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 95569:97017, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877670 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 75297, win 189, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877678 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 97017:98465, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877680 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 76745, win 178, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877686 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 78193, win 167, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877689 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 79641, win 156, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877692 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 81089, win 145, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877696 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 82537, win 134, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877714 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 83985, win 123, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877747 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 85433, win 112, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877752 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 86881, win 101, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877755 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 88329, win 90, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877759 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 89777, win 79, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877763 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 91225, win 68, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877769 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 98465:99913, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.877772 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 92673, win 57, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877778 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 94121, win 46, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877783 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 95569, win 35, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877812 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 97017, win 24, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877817 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 98465, win 13, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877821 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 99913, win 2, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.877987 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 38:1486, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878001 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 1486, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878002 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 1486:2934, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878008 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 2934, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878009 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 2934:4382, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878018 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 4382, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878019 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 4382:5830, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878025 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 5830, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878026 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 5830:7278, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878034 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 7278, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878035 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 7278:8726, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878043 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 8726, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878044 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 8726:10174, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878050 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 10174, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878054 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 10174:11622, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878062 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 11622, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878063 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 11622:13070, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878070 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 13070, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878071 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 13070:14518, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159305], length 1448
18:58:49.878079 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 14518, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878081 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 14518:15966, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878086 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 99913, win 770, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878089 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 15966, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878092 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 15966:17414, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878094 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 99913:101361, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878099 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 17414, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878100 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 101361:102809, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878105 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 17414:18862, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878113 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 18862, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878115 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 18862:20310, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878124 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 20310, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878125 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 20310:21758, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878132 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 21758, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878133 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 21758:23206, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878140 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 23206, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878143 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 23206:24654, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878151 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 24654, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878152 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 24654:26102, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878161 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 26102, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878162 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 26102:27550, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878168 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 27550, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878169 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 27550:28998, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878176 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 28998, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878180 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 28998:30446, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878184 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 101361, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878190 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 30446, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878191 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 30446:31894, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878193 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 123081:124529, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878195 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 102809, win 748, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878198 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 31894, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878199 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 31894:33342, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878201 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 124529:125977, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878202 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 104257, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878207 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 33342, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878208 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 33342:34790, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878208 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 125977:127425, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878211 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 105705, win 748, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878215 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 34790, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878216 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 34790:36238, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878219 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 127425:128873, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878221 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 107153, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878223 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 36238, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878224 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 36238:37686, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878226 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 128873:130321, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878229 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 108601, win 748, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878230 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 37686, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878235 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 37686:39134, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878236 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 130321:131769, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878237 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 110049, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878242 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 39134, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878243 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 39134:40582, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878244 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 131769:133217, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878248 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 111497, win 770, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878251 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 40582, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878252 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 40582:42030, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878254 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 133217:134665, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878255 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 112945, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878260 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 42030, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878261 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 42030:43478, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878262 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 134665:136113, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878264 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 114393, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878268 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 43478, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878269 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 43478:44926, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878272 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 136113:137561, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878274 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 115841, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878275 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 44926, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878276 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 44926:46374, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878283 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 137561:139009, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878283 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 46374, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878284 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 46374:47822, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878285 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 117289, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878291 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 139009:140457, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878292 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 47822, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878293 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 118737, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878293 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 47822:49270, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878299 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 140457:141905, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878300 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 49270, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878302 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 120185, win 748, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878306 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 49270:50718, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878309 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 141905:143353, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878310 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 121633, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878316 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 50718, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878317 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 50718:52166, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878318 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 143353:144801, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878321 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 123081, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878323 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 52166, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878324 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 52166:53614, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878327 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 144801:146249, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878331 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 53614, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878332 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 53614:55062, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878341 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 55062, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878342 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 55062:56510, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878348 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 124529, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878349 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 56510, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878350 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 56510:57958, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878356 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 146249:147697, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878357 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 57958, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878357 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 125977, win 748, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878358 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 57958:59406, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878363 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 147697:149145, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878366 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 59406, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878366 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 127425, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878367 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 59406:60854, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878373 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 149145:150593, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878374 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 128873, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878375 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 60854, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878377 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 60854:62302, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878382 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 150593:152041, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878384 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 62302, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878384 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 130321, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878385 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 62302:63750, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878391 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 63750, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878391 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 152041:153489, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878392 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 63750:65198, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878393 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 131769, win 759, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878399 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 65198, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878400 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 153489:154937, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878401 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [P.], seq 65198:65738, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 540
18:58:49.878403 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 133217, win 754, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878410 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 65738, win 510, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878411 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 154937:156385, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878412 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 134665, win 743, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878418 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 156385:157833, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878421 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 136113, win 732, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878427 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 157833:159281, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878428 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 137561, win 721, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878435 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 159281:160729, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878437 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 139009, win 710, options [nop,nop,TS val 2966203477 ecr 156750471], length 0
18:58:49.878443 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 65738:67186, ack 1, win 514, options [nop,nop,TS val 1370559168 ecr 833159308], length 1448
18:58:49.878445 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 160729:162177, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203477], length 1448
18:58:49.878451 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 67186, win 502, options [nop,nop,TS val 833159308 ecr 1370559168], length 0
18:58:49.878455 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 67186:68634, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878463 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 68634, win 502, options [nop,nop,TS val 833159308 ecr 1370559169], length 0
18:58:49.878463 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 68634:70082, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878473 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 70082, win 502, options [nop,nop,TS val 833159308 ecr 1370559169], length 0
18:58:49.878474 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 70082:71530, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878479 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 140457, win 1082, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878481 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 71530, win 502, options [nop,nop,TS val 833159308 ecr 1370559169], length 0
18:58:49.878482 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 71530:72978, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878489 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 162177:163625, ack 38, win 514, options [nop,nop,TS val 156750471 ecr 2966203478], length 1448
18:58:49.878490 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 141905, win 1071, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878491 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 72978, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878492 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 72978:74426, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878495 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 143353, win 1060, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878498 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 144801, win 1049, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878500 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 74426, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878501 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 74426:75874, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878502 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 146249, win 1038, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878505 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 147697, win 1088, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878509 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 75874, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878510 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 75874:77322, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878511 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 149145, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878514 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 150593, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878517 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 77322, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878518 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 77322:78770, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878525 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 78770, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878532 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 78770:80218, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878541 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 80218, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878542 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 80218:81666, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878545 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 152041, win 1133, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878548 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 153489, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878549 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 81666, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878550 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 81666:83114, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878552 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 154937, win 1133, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878556 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 156385, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878557 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 83114, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878558 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 83114:84562, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878566 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 84562, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878567 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 84562:86010, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878574 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 86010, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878575 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 86010:87458, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878577 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 157833, win 1133, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878581 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 159281, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878581 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 87458, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878582 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 87458:88906, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878585 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 160729, win 1133, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878590 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 88906, win 491, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878591 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 88906:90354, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878599 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 90354, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878600 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 90354:91802, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878608 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 91802, win 514, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878609 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 91802:93250, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878610 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 162177, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878614 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 93250, win 503, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878615 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 163625, win 1144, options [nop,nop,TS val 2966203478 ecr 156750471], length 0
18:58:49.878616 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 93250:94698, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878622 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [P.], seq 163625:164165, ack 38, win 514, options [nop,nop,TS val 156750472 ecr 2966203478], length 540
18:58:49.878623 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 94698, win 492, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878624 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 94698:96146, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878632 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 96146, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878633 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 96146:97594, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878641 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 97594, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878642 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 97594:99042, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878649 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 99042, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878650 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 99042:100490, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878657 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 100490, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878658 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 100490:101938, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878669 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 101938, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878676 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 164165, win 1151, options [nop,nop,TS val 2966203478 ecr 156750472], length 0
18:58:49.878676 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 101938:103386, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878684 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 103386, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878685 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 103386:104834, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878692 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 104834, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878693 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 104834:106282, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878702 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 106282, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878703 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 106282:107730, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878711 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 107730, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878712 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 107730:109178, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878719 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 109178, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878720 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 109178:110626, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878726 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 110626, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878727 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 110626:112074, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878735 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 112074, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878736 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 112074:113522, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878741 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 113522, win 502, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878742 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 113522:114970, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878748 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 114970, win 491, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878749 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 114970:116418, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878754 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 116418, win 480, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878755 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 116418:117866, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878760 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 117866, win 469, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878761 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 117866:119314, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878768 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 119314, win 458, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878769 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [P.], seq 119314:120762, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878774 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 120762, win 447, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878775 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 120762:122210, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878781 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 122210, win 436, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878781 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 122210:123658, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878787 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 123658, win 425, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878788 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 123658:125106, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878793 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 125106, win 414, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878799 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 125106:126554, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878805 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 126554, win 403, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878806 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 126554:128002, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878811 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 128002, win 392, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878812 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 128002:129450, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878818 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 129450, win 381, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878819 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 129450:130898, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878824 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 130898, win 370, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878825 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 130898:132346, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878830 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 132346, win 359, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878831 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 132346:133794, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878837 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 133794, win 348, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878838 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 133794:135242, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159308], length 1448
18:58:49.878843 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 135242, win 337, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878844 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 135242:136690, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159309], length 1448
18:58:49.878849 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 136690, win 326, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878850 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 136690:138138, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159309], length 1448
18:58:49.878855 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 138138, win 315, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878856 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 138138:139586, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159309], length 1448
18:58:49.878862 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 139586, win 304, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878862 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], seq 139586:141034, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159309], length 1448
18:58:49.878868 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 141034, win 293, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878869 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [P.], seq 141034:141490, ack 1, win 514, options [nop,nop,TS val 1370559169 ecr 833159309], length 456
18:58:49.878874 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 141490, win 290, options [nop,nop,TS val 833159309 ecr 1370559169], length 0
18:58:49.878972 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 141490, win 433, options [nop,nop,TS val 833159309 ecr 1370559169], length 0

here it hangs for 10 secs.

18:58:59.914802 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 164165:165613, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966203478], length 1448
18:58:59.914809 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 165613:167061, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966203478], length 1448
18:58:59.914916 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 165613, win 1144, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914935 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 178645:180093, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914941 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 180093:181541, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914942 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 167061, win 1133, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914951 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 181541:182989, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914952 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 168509, win 1122, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914958 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 184437:185885, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914962 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 169957, win 1111, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914969 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 187333:188781, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914970 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 171405, win 1100, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914977 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 188781:190229, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914978 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 172853, win 1089, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914985 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 190229:191677, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914986 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 174301, win 1078, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914992 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 191677:193125, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.914993 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 175749, win 1067, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.914999 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 193125:194573, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915002 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 177197, win 1056, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915010 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 194573:196021, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915011 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 178645, win 1045, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915018 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 196021:197469, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915019 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 180093, win 1034, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915024 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 197469:198917, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915025 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 181541, win 1023, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915032 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 198917:200365, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915035 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 182989, win 1012, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915042 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 200365:201813, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915043 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 184437, win 1001, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915049 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 201813:203261, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915050 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 185885, win 990, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915056 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 203261:204709, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915059 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 187333, win 979, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915066 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 204709:206157, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915067 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 188781, win 968, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915075 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 206157:207605, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915076 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 190229, win 957, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915083 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 207605:209053, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915084 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 191677, win 946, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915089 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 209053:210501, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915091 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 193125, win 935, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915097 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 210501:211949, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915098 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 194573, win 924, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915103 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 211949:213397, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915105 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 196021, win 913, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915112 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 213397:214845, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915113 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 197469, win 902, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915119 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 214845:216293, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915121 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 198917, win 891, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915129 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 216293:217741, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915131 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 200365, win 880, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915137 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 217741:219189, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915138 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 201813, win 869, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915146 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 219189:220637, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915148 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 187:188, ack 5, win 514, options [nop,nop,TS val 2633676607 ecr 2547924805], length 1
18:58:59.915148 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 203261, win 858, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915155 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 220637:222085, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915157 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 204709, win 847, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915163 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 222085:223533, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915165 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 206157, win 836, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915168 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 188, win 514, options [nop,nop,TS val 2547934844 ecr 2633676607], length 0
18:58:59.915171 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 223533:224981, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915189 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [F.], seq 1, ack 141490, win 514, options [nop,nop,TS val 833169346 ecr 1370559169], length 0
18:58:59.915209 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 207605, win 825, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915216 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 224981:226429, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915217 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 209053, win 814, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915222 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 226429:227877, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915223 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 210501, win 803, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915228 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 227877:229325, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915229 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 211949, win 792, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915234 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 5:6, ack 188, win 514, options [nop,nop,TS val 2547934844 ecr 2633676607], length 1
18:58:59.915235 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 229325:230773, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915239 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 213397, win 781, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915244 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 230773:232221, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915245 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 214845, win 770, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915251 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 232221:233669, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915252 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 216293, win 759, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915256 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [.], ack 2, win 514, options [nop,nop,TS val 1370569205 ecr 833169346], length 0
18:58:59.915257 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 233669:235117, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915260 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 217741, win 748, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915266 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 235117:236565, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915267 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 219189, win 737, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915273 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 236565:238013, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915274 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 220637, win 726, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915279 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 238013:239461, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915281 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 222085, win 715, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915287 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 239461:240909, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915288 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 223533, win 704, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915293 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 240909:242357, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915307 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 224981, win 693, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915314 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 242357:243805, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915315 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 226429, win 682, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915320 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 243805:245253, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915322 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 227877, win 671, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915327 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 245253:246701, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915328 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 229325, win 660, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915334 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 246701:248149, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915341 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 6, win 514, options [nop,nop,TS val 2633676607 ecr 2547934844], length 0
18:58:59.915373 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 230773, win 649, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915379 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 248149:249597, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915380 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 232221, win 638, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915385 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 249597:251045, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915386 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 233669, win 627, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915391 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 251045:252493, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915393 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 235117, win 616, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915399 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 252493:253941, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915400 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 236565, win 605, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915406 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 253941:255389, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915407 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 238013, win 594, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915412 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 255389:256837, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915414 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 239461, win 583, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915420 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 256837:258285, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915421 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 240909, win 572, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915426 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 258285:259733, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915427 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 242357, win 561, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915432 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 259733:261181, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915435 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 243805, win 550, options [nop,nop,TS val 2966213514 ecr 156760509], length 0
18:58:59.915441 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 261181:262629, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213514], length 1448
18:58:59.915443 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 245253, win 1099, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915448 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 262629:264077, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213515], length 1448
18:58:59.915450 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 246701, win 1088, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915455 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 264077:265525, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213515], length 1448
18:58:59.915457 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 248149, win 1077, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915462 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], seq 265525:266973, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213515], length 1448
18:58:59.915464 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 249597, win 1066, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915471 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [FP.], seq 266973:267513, ack 38, win 514, options [nop,nop,TS val 156760509 ecr 2966213515], length 540
18:58:59.915473 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 251045, win 1055, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915492 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 188:192, ack 6, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 4
18:58:59.915500 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 192, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 0
18:58:59.915502 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 192:653, ack 6, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 461
18:58:59.915504 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 252493, win 1044, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915507 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 253941, win 1033, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915508 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 653, win 511, options [nop,nop,TS val 2547934844 ecr 2633676608], length 0
18:58:59.915511 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 255389, win 1022, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915536 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 256837, win 1011, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915539 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 258285, win 1000, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915543 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 259733, win 989, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915546 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 261181, win 978, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915570 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 262629, win 967, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915573 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 264077, win 956, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915577 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 265525, win 945, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915602 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 266973, win 934, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915605 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [.], ack 267514, win 930, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915662 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 6:10, ack 653, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 4
18:58:59.915669 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 10:450, ack 653, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 440
18:58:59.915685 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [P.], seq 450:451, ack 653, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 1
18:58:59.915746 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 10, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 0
18:58:59.915751 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 450, win 511, options [nop,nop,TS val 2633676608 ecr 2547934844], length 0
18:58:59.915756 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 451, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 0
18:58:59.915875 IP 192.168.1.2.34071 > 192.168.1.3.5201: Flags [F.], seq 141490, ack 2, win 514, options [nop,nop,TS val 1370569206 ecr 833169346], length 0
18:58:59.915885 IP 192.168.1.3.5201 > 192.168.1.2.34071: Flags [.], ack 141491, win 514, options [nop,nop,TS val 833169346 ecr 1370569206], length 0
18:58:59.915899 IP 192.168.1.2.56471 > 192.168.1.3.5201: Flags [F.], seq 38, ack 267514, win 1733, options [nop,nop,TS val 2966213515 ecr 156760509], length 0
18:58:59.915907 IP 192.168.1.3.5201 > 192.168.1.2.56471: Flags [.], ack 39, win 514, options [nop,nop,TS val 156760509 ecr 2966213515], length 0
18:58:59.915970 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [P.], seq 653:654, ack 451, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 1
18:58:59.915977 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 654, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 0
18:58:59.915978 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [F.], seq 654, ack 451, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 0
18:58:59.915984 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [.], ack 655, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 0
18:58:59.915996 IP 192.168.1.3.5201 > 192.168.1.2.56571: Flags [F.], seq 451, ack 655, win 514, options [nop,nop,TS val 2547934844 ecr 2633676608], length 0
18:58:59.916072 IP 192.168.1.2.56571 > 192.168.1.3.5201: Flags [.], ack 452, win 514, options [nop,nop,TS val 2633676608 ecr 2547934844], length 0
^C
588 packets captured
1343 packets received by filter
0 packets dropped by kernel

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

this is debug output for the server side ( iperf -s -d )

[admin@fwbn02]/root: iperf3 -s -d
-----------------------------------------------------------
Server listening on 5201 (test #1)
-----------------------------------------------------------
get_parameters:
{
	"tcp":	true,
	"omit":	0,
	"time":	10,
	"num":	0,
	"blockcount":	0,
	"parallel":	1,
	"bidirectional":	true,
	"len":	131072,
	"pacing_timer":	1000,
	"client_version":	"3.15"
}
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Accepted connection from 192.168.1.2, port 60801
Congestion algorithm is cubic
[  5] local 192.168.1.3 port 5201 connected to 192.168.1.2 port 2837
Congestion algorithm is cubic
[  8] local 192.168.1.3 port 5201 connected to 192.168.1.2 port 16180
sent 65700 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700


<hangs here for 10 secs>



sent 65372 bytes of 131072, pending 0, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
sent 0 bytes of 131072, pending 131072, total 131072
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 15928 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 10.002577 bytes_transferred 65700
interval forces keep
interval_len 10.002609 bytes_transferred 131072
interval forces keep
[ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
[  5][RX-S]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec
[  8][TX-S]   0.00-10.00  sec   128 KBytes   105 Kbits/sec    0   15.6 KBytes
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000080 bytes_transferred 0
interval_len 0.000052 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000015 bytes_transferred 0
interval_len 0.000014 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000012 bytes_transferred 0
interval_len 0.000012 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000014 bytes_transferred 0
interval_len 0.000015 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000014 bytes_transferred 0
interval_len 0.000013 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000011 bytes_transferred 0
interval_len 0.000012 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000013 bytes_transferred 0
interval_len 0.000012 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000017 bytes_transferred 0
interval_len 0.000017 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000014 bytes_transferred 0
interval_len 0.000013 bytes_transferred 0
ignoring short interval with no data
tcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 1062
tcpi_snd_cwnd 18824 tcpi_snd_mss 1460 tcpi_rtt 218
interval_len 0.000116 bytes_transferred 0
interval_len 0.000117 bytes_transferred 0
ignoring short interval with no data
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID][Role] Interval           Transfer     Bitrate         Retr
[  5][RX-S]   0.00-10.00  sec  64.2 KBytes  52.5 Kbits/sec                  receiver
[  8][TX-S]   0.00-10.00  sec   128 KBytes   105 Kbits/sec    0             sender
get_results
{
	"cpu_util_total":	0,
	"cpu_util_user":	0,
	"cpu_util_system":	0.027025849265324677,
	"sender_has_retransmits":	1,
	"congestion_used":	"cubic",
	"streams":	[{
			"id":	1,
			"bytes":	65700,
			"retransmits":	0,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.002473
		}, {
			"id":	3,
			"bytes":	65700,
			"retransmits":	-1,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.002474
		}]
}
send_results
{
	"cpu_util_total":	0,
	"cpu_util_user":	0,
	"cpu_util_system":	0.0085275244596493636,
	"sender_has_retransmits":	1,
	"congestion_used":	"cubic",
	"streams":	[{
			"id":	1,
			"bytes":	65700,
			"retransmits":	-1,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.002883
		}, {
			"id":	3,
			"bytes":	131072,
			"retransmits":	0,
			"jitter":	0,
			"errors":	0,
			"omitted_errors":	0,
			"packets":	0,
			"omitted_packets":	0,
			"start_time":	0,
			"end_time":	10.002886
		}]
}
-----------------------------------------------------------
Server listening on 5201 (test #2)
-----------------------------------------------------------

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

and - interestingly:

not only doess "truss" on the sender side (iperf3 -c . ...) heal the problem, but it also heals the problem when i run "truss iperf3 -s" on the other end.

so i would say it's a race condition or some timing issue, as truss should have influence on the applications execution time/path.

this is what AI tells about this when asking for the effect of "truss" when healing a problem:

The issue you're experiencing, where your program hangs when sending network packets but operates correctly when run under "truss" (the BSD equivalent of strace), suggests that "truss" may be influencing the program's execution in a way that prevents the hang.

This behavior could be due to several factors:

Blocking System Calls: Your program might be encountering a blocking system call, such as waiting for network resources or file operations. "Truss" could be affecting the timing or order of these calls, thereby preventing the hang.

Synchronization Issues: If your program uses multiple threads or processes, there might be synchronization problems causing the hang. "Truss" might be altering the execution flow, which could prevent these issues from manifesting.

Signal Handling: Your program might rely on signals to manage certain events. "Truss" could be affecting signal delivery or handling, which might prevent the hang.

To diagnose and resolve the issue, consider the following steps:

Examine System Calls: Use "truss" to monitor the system calls your program makes and identify where it hangs. This can help pinpoint the exact location of the issue.

Analyze Synchronization: Review your code for potential synchronization problems, especially if you're using threads or processes. Look for race conditions or deadlocks that could cause the hang.

Inspect Signal Handling: Ensure that your program handles signals correctly and that there are no issues with signal delivery or handling that could lead to the hang.

Test Without "Truss": Run your program without "truss" in a controlled environment to see if the issue persists. This can help determine if "truss" is masking the problem or if the issue is inherent in the program itself.

By systematically investigating these areas, you should be able to identify the root cause of the hang and implement an appropriate solution.

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

setting "-w 512k" also reliably cures the problem

iperf3 -c 192.168.1.3 --bidir -w 512k

@devZer0
Copy link
Author

devZer0 commented Feb 16, 2025

iperf is telling

"Starting Test: protocol: TCP, 1 streams, 131072 byte blocks, omitting 0 seconds, 10 second test, tos 0"

for my curiousity - why is it then printing

"sent X bytes of 131072, pending 65372, total 65700"

10 times in a row ?

iperf3 -s -V -d
iperf 3.15
FreeBSD fwbn02 14.0-CURRENT FreeBSD 14.0-CURRENT amd64 1400094 #1 RELENG_2_7_2-n255948-8d2b56da39c: Wed Dec  6 20:45:47 UTC 2023     root@freebsd:/var/jenkins/workspace/pfSense-CE-snapshots-2_7_2-main/obj/amd64/StdASW5b/var/jenkins/workspace/pfSense-CE-snapshots-2_7_2-main/sources/F amd64
-----------------------------------------------------------
Server listening on 5201 (test #1)
-----------------------------------------------------------




get_parameters:
{
	"tcp":	true,
	"omit":	0,
	"time":	10,
	"num":	0,
	"blockcount":	0,
	"parallel":	1,
	"bidirectional":	true,
	"len":	131072,
	"pacing_timer":	1000,
	"client_version":	"3.15"
}
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Time: Sun, 16 Feb 2025 19:39:26 UTC
Accepted connection from 192.168.1.2, port 61407
      Cookie: fumnstypgd3eoxbpbsl2wiegw5kbx5ms7e6j
      TCP MSS: 0 (default)
Congestion algorithm is cubic
[  5] local 192.168.1.3 port 5201 connected to 192.168.1.2 port 25396
Congestion algorithm is cubic
[  8] local 192.168.1.3 port 5201 connected to 192.168.1.2 port 35584
Starting Test: protocol: TCP, 1 streams, 131072 byte blocks, omitting 0 seconds, 10 second test, tos 0
sent 65700 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
^Ctcpi_snd_cwnd 14480 tcpi_snd_mss 1460 tcpi_rtt 437
tcpi_snd_cwnd 23168 tcpi_snd_mss 1460 tcpi_rtt 218

@davidBar-On
Copy link
Contributor

Hi, interesting information, although I can't tell it helps understanding the root of the problem...

Can you try running the 10 seconds test with 1 second report interval, i.e. adding -i1 option. From what I see that also may have effect on the results.

Some notes:

  1. this is the tcpdump which also shows the "hang"

What iperf3 command you used for the tcpdupm? I am asking since it seems that about 140KB/160KB were transferred before of the 10 seconds "hult". Also, I assume that the "wakeup" after the 10 seconds is the interrupt for the report (or the end of the test). This is why I asked above to to using -i1.

Also, I see that the sending is halted after packets with TCP "Push" flag (the "[P.]") are sent. I am not sure what that may mean.

for my curiosity - why is it then printing "sent X bytes of 131072, pending 65372, total 65700" 10 times in a row ?

It is trying to send the first 128KB message, or more accurately to push the message into the TCP buffers. The first time 64KB are sent (the "sent 65700 bytes"). Then when it tries again and again to send the rest of the message but nothing is sent (the "sent 0 bytes"). What causing that is the main issue and this is the reason for the "slow" throughput.

@devZer0
Copy link
Author

devZer0 commented Feb 17, 2025

Can you try running the 10 seconds test with 1 second report interval, i.e. adding -i1 option. From what I see that also may have effect on the results.

that does not make a difference. iperf does not print anything before reaching 10s test end.

What iperf3 command you used for the tcpdupm? I

simply -c ... --bidir with no further options.

Also, I see that the sending is halted after packets with TCP "Push" flag (the "[P.]") are sent. I am not sure what that may mean.

i will try investigating

Then when it tries again and again to send the rest of the message but nothing is sent (the "sent 0 bytes").

when this is about "retrying" - i assume you meant tcp retransmit/retry , why does iperf -s -d on the server IMMEDIATELY print all these lines ?

mostly , i only get those ten "sent X bytes of 131072" printed where the first X is 65700 bytes - but sometimes i get the following output IMMEDIATELY on start of the send. no delay between any of the lines printed. i have attached such output below.

and i just found out, that in about 1 of 20 tries, the hang does not happen but i get normal performance reported, i.e. nothing gets stuck.

so this looks like a race condition / timing issue. which also explains why it's getting healed by running under control of "truss".

 iperf3 -c 192.168.1.3 --bidir -d
send_parameters:
{
	"tcp":	true,
	"omit":	0,
	"time":	10,
	"num":	0,
	"blockcount":	0,
	"parallel":	1,
	"bidirectional":	true,
	"len":	131072,
	"pacing_timer":	1000,
	"client_version":	"3.15"
}
Connecting to host 192.168.1.3, port 5201
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Congestion algorithm is cubic
[  5] local 192.168.1.2 port 16553 connected to 192.168.1.3 port 5201
SNDBUF is 65228, expecting 0
RCVBUF is 65228, expecting 0
Congestion algorithm is cubic
[  7] local 192.168.1.2 port 12771 connected to 192.168.1.3 port 5201
sent 65700 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 65372 bytes of 131072, pending 0, total 131072
sent 16712 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 0 bytes of 131072, pending 114360, total 147784
sent 2896 bytes of 131072, pending 111464, total 150680
sent 5792 bytes of 131072, pending 105672, total 156472
sent 2896 bytes of 131072, pending 102776, total 159368
sent 0 bytes of 131072, pending 102776, total 159368
sent 0 bytes of 131072, pending 102776, total 159368
sent 2896 bytes of 131072, pending 99880, total 162264
sent 0 bytes of 131072, pending 99880, total 162264
sent 0 bytes of 131072, pending 99880, total 162264
sent 2896 bytes of 131072, pending 96984, total 165160
sent 0 bytes of 131072, pending 96984, total 165160
sent 0 bytes of 131072, pending 96984, total 165160
sent 5792 bytes of 131072, pending 91192, total 170952
sent 0 bytes of 131072, pending 91192, total 170952
sent 0 bytes of 131072, pending 91192, total 170952
sent 2896 bytes of 131072, pending 88296, total 173848
sent 0 bytes of 131072, pending 88296, total 173848
sent 2896 bytes of 131072, pending 85400, total 176744
sent 0 bytes of 131072, pending 85400, total 176744
sent 0 bytes of 131072, pending 85400, total 176744
sent 2896 bytes of 131072, pending 82504, total 179640
sent 0 bytes of 131072, pending 82504, total 179640
sent 4344 bytes of 131072, pending 78160, total 183984
sent 2896 bytes of 131072, pending 75264, total 186880
sent 2896 bytes of 131072, pending 72368, total 189776
sent 2896 bytes of 131072, pending 69472, total 192672
sent 0 bytes of 131072, pending 69472, total 192672
sent 0 bytes of 131072, pending 69472, total 192672
sent 0 bytes of 131072, pending 69472, total 192672
sent 0 bytes of 131072, pending 69472, total 192672
sent 2896 bytes of 131072, pending 66576, total 195568
sent 0 bytes of 131072, pending 66576, total 195568
sent 4344 bytes of 131072, pending 62232, total 199912
sent 4344 bytes of 131072, pending 57888, total 204256
sent 2896 bytes of 131072, pending 54992, total 207152
sent 0 bytes of 131072, pending 54992, total 207152
sent 0 bytes of 131072, pending 54992, total 207152
sent 0 bytes of 131072, pending 54992, total 207152
sent 0 bytes of 131072, pending 54992, total 207152
sent 0 bytes of 131072, pending 54992, total 207152
sent 2896 bytes of 131072, pending 52096, total 210048
sent 0 bytes of 131072, pending 52096, total 210048
sent 48200 bytes of 131072, pending 3896, total 258248
sent 2896 bytes of 131072, pending 1000, total 261144
sent 1000 bytes of 131072, pending 0, total 262144
sent 0 bytes of 131072, pending 131072, total 262144
sent 0 bytes of 131072, pending 131072, total 262144
sent 0 bytes of 131072, pending 131072, total 262144
sent 0 bytes of 131072, pending 131072, total 262144
sent 0 bytes of 131072, pending 131072, total 262144
sent 3344 bytes of 131072, pending 127728, total 265488
sent 0 bytes of 131072, pending 127728, total 265488
sent 2896 bytes of 131072, pending 124832, total 268384
sent 0 bytes of 131072, pending 124832, total 268384
sent 0 bytes of 131072, pending 124832, total 268384
sent 0 bytes of 131072, pending 124832, total 268384
sent 0 bytes of 131072, pending 124832, total 268384
sent 2896 bytes of 131072, pending 121936, total 271280
sent 0 bytes of 131072, pending 121936, total 271280
sent 2896 bytes of 131072, pending 119040, total 274176
sent 0 bytes of 131072, pending 119040, total 274176
sent 0 bytes of 131072, pending 119040, total 274176
sent 4344 bytes of 131072, pending 114696, total 278520
sent 2896 bytes of 131072, pending 111800, total 281416
sent 0 bytes of 131072, pending 111800, total 281416
sent 0 bytes of 131072, pending 111800, total 281416
sent 0 bytes of 131072, pending 111800, total 281416
sent 2896 bytes of 131072, pending 108904, total 284312
sent 0 bytes of 131072, pending 108904, total 284312
sent 0 bytes of 131072, pending 108904, total 284312
sent 0 bytes of 131072, pending 108904, total 284312
sent 0 bytes of 131072, pending 108904, total 284312
sent 2896 bytes of 131072, pending 106008, total 287208
sent 0 bytes of 131072, pending 106008, total 287208
sent 0 bytes of 131072, pending 106008, total 287208
sent 0 bytes of 131072, pending 106008, total 287208
sent 0 bytes of 131072, pending 106008, total 287208
sent 0 bytes of 131072, pending 106008, total 287208
sent 2896 bytes of 131072, pending 103112, total 290104
sent 0 bytes of 131072, pending 103112, total 290104
sent 2896 bytes of 131072, pending 100216, total 293000
sent 0 bytes of 131072, pending 100216, total 293000
sent 2896 bytes of 131072, pending 97320, total 295896
sent 0 bytes of 131072, pending 97320, total 295896
sent 2896 bytes of 131072, pending 94424, total 298792
sent 4344 bytes of 131072, pending 90080, total 303136
sent 0 bytes of 131072, pending 90080, total 303136
sent 0 bytes of 131072, pending 90080, total 303136
sent 0 bytes of 131072, pending 90080, total 303136
sent 2896 bytes of 131072, pending 87184, total 306032
sent 0 bytes of 131072, pending 87184, total 306032
sent 0 bytes of 131072, pending 87184, total 306032
sent 2896 bytes of 131072, pending 84288, total 308928
sent 0 bytes of 131072, pending 84288, total 308928
sent 0 bytes of 131072, pending 84288, total 308928
sent 0 bytes of 131072, pending 84288, total 308928
sent 0 bytes of 131072, pending 84288, total 308928
sent 2896 bytes of 131072, pending 81392, total 311824
sent 0 bytes of 131072, pending 81392, total 311824
sent 0 bytes of 131072, pending 81392, total 311824
sent 0 bytes of 131072, pending 81392, total 311824
sent 2896 bytes of 131072, pending 78496, total 314720
sent 2896 bytes of 131072, pending 75600, total 317616
sent 0 bytes of 131072, pending 75600, total 317616
sent 0 bytes of 131072, pending 75600, total 317616
sent 0 bytes of 131072, pending 75600, total 317616
sent 2896 bytes of 131072, pending 72704, total 320512
sent 2896 bytes of 131072, pending 69808, total 323408
sent 0 bytes of 131072, pending 69808, total 323408
sent 0 bytes of 131072, pending 69808, total 323408
sent 27512 bytes of 131072, pending 42296, total 350920
sent 0 bytes of 131072, pending 42296, total 350920


<hangs here for 10 secs>

@devZer0
Copy link
Author

devZer0 commented Feb 17, 2025

from the debug output, we would assume that 65700 bytes have been send and then things getting stuck

Congestion algorithm is cubic
[ 8] local 192.168.1.3 port 5201 connected to 192.168.1.2 port 16180
sent 65700 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
sent 0 bytes of 131072, pending 65372, total 65700
<hangs here for 10 secs>

when i look at the tcpdump and count each occurence of full sized 1448 byte packets, i count:

cat tcpdump-before-hang.log| grep "192.168.1.2.34071 > 192.168.1.3.5201" |grep "length 1448"| wc -l
97

= 97x1448 = 140456 bytes

sent from client to iperf server.

cat tcpdump-before-hang.log| grep "192.168.1.3.5201 > 192.168.1.2.56471"|grep "length 1448" | wc -l
85

= 85x1448 = 123080 bytes

received from iperf server to the client.

despite no received bytes being logged, i also wonder why it tells it did send 65700 bytes when it sent 140456. even if we substract tcp overhead, that's at least seems to be more data , then what has been logged on the sending side.

@davidBar-On
Copy link
Contributor

Then when it tries again and again to send the rest of the message but nothing is sent (the "sent 0 bytes").

when this is about "retrying" - i assume you meant tcp retransmit/retry , why does iperf -s -d on the server IMMEDIATELY print all these lines ?

Actually these are not "retries". iperf3 is trying to send as much as it can (unless bandwidth is limited by -b, etc.), after each send it will continue sending. The 0 bytes sent is because one of the following errno: EINTR, EAGAIN or EWOULDBLOCK.

From the new output you sent it seems that the problem is in the system for some reason, as the TCP buffers are "slowly" getting free so additional data can be sent. E.g.:

...
sent 0 bytes of 131072, pending 114360, total 147784
sent 2896 bytes of 131072, pending 111464, total 150680
sent 5792 bytes of 131072, pending 105672, total 156472
sent 2896 bytes of 131072, pending 102776, total 159368
sent 0 bytes of 131072, pending 102776, total 159368
sent 0 bytes of 131072, pending 102776, total 159368
sent 2896 bytes of 131072, pending 99880, total 162264
...

despite no received bytes being logged, i also wonder why it tells it did send 65700 bytes when it sent 140456. even if we substract tcp overhead, that's at least seems to be more data , then what has been logged on the sending side.

This is also what confused me in the previous debug output you sent. Can it be that this debug is from the case when additional data was sent as in the above output snapshot? You may try looking at the times of the "length 1448" lines to see if there are times gaps at the "sent 0" times.

One more point, can you try building from version 3.18 or event from the master branch of iperf3 and see if the problem still happens? Since version 3.16 iperf3 runs the sending part in a separate thread and it would be interesting to know if the problem also happens in this case.

@devZer0
Copy link
Author

devZer0 commented Feb 18, 2025

One more point, can you try building from version 3.18 or event from the master branch of iperf3 and see if the problem still happens?

as i cannot build software on our production system, i managed to install iperf v3.18 on pfsense by manually downloading the package and installing via https://forums.freebsd.org/threads/how-to-download-packages-for-offline-installation-of-a-newer-version-of-freebsd.92361/ (which is quite tricky) and indeed the architectural change in iperf changed it's behaviour and i cannot reproduce it with 3.18.

so, i'm very sorry for the noise to hunt for a bug which does not exist in the recent version anymore.

it's unfortunate, that our pfsense using such an outdated version. i will investigate, why it doesn't use more recent version.

think we can consider this resolved and not worth to take further investigation.

thank you for your help !

@devZer0 devZer0 closed this as completed Feb 18, 2025
@davidBar-On
Copy link
Contributor

so, i'm very sorry for the noise to hunt for a bug which does not exist in the recent version anymore.

No problem. I believe that this was a real issue, either in you system or in iperf3, and the multi-thread version just happened to "fix" it, as I don't see any other change in iperf3 that may have fixed such problem (but probably we will never know ...).

@devZer0
Copy link
Author

devZer0 commented Feb 19, 2025

thanks. at least it created a lot of hassle, because i never thought that this would be an iperf problem, i really thought we had a network problem was we had also issues with carp/vrrp between those machines.... on of that "weird" things you come across in admin life...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants