General list for discussing Bufferbloat
 help / color / mirror / Atom feed
From: <erik.taraldsen@telenor.com>
To: <ncardwell@google.com>
Cc: <bloat@lists.bufferbloat.net>
Subject: Re: [Bloat] BBR implementations, knobs to turn?
Date: Tue, 17 Nov 2020 10:05:24 +0000	[thread overview]
Message-ID: <1605607524611.20916@telenor.com> (raw)
In-Reply-To: <CADVnQykVmQrg_nuSG1XqGUrEKQgaO1+uWmB5SDfeFKkB+G2_FA@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 5841 bytes --]

Thank you for the response Neal


old_hw # uname -r
5.3.0-64-generic
(Ubuntu 19.10 on xenon workstation, integrated network card, 1Gbit GPON access.  Used as proof of concept from the lab at work)



new_hw # uname -r
4.18.0-193.19.1.el8_2.x86_64
(Centos 8.2 on xenon rack server, discrete 10Gbit network card, 40Gbit server farm link (low utilization on link), intended as fully supported and run service.  Not possible to have newer kernel and still get service agreement in my organization)


Both servers have very similar network latency/distance without load, probably a hop or two in the new servers favor if we are picky.  But extremely small difference compared to the radio link latency.




Retransmits

Hopefully the attached graphs gets through the mailinglist. I'm comparing the output from iperf's statistics.  I have aggregated the throughput graphs a bit to make it a bit clearer that the old (bridgemaster) gets higher throughput than the new (speedmonster).  Throughput, retransmit, roundtrip and congestion window size is all reported from iperf.


The test client is currently a raspberry pi 4 with connected directly to the 5G outdoor fixed mounted antenna.  The data shared here is from a 4G access.  We hope/plan to migrate the tests into the main CPU of the 5G antenna.




ss output

See attachments.  Had them running in while loops so you can follow the status over time if interesting.  Note there are two tcp sessions on the same port.  One for controll plane and one for performance data.


Old server bridgemaster

     bbr wscale:7,8 rto:240 rtt:37.681/1.474 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:162 ssthresh:130 bytes_sent:485440552 bytes_retrans:35392016 bytes_acked:449935592 bytes_received:37 segs_out:335250 segs_in:75226 data_segs_out:335249 data_segs_in:1 bbr:(bw:25394432bps,mrtt:23.917,pacing_gain:1,cwnd_gain:2) send 49802500bps lastrcv:139736 pacing_rate 25140488bps delivery_rate 25140096bps delivered:310746 busy:139732ms unacked:78 retrans:0/24442 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2873304 minrtt:23.905


New server speedmonster

     bbr wscale:7,7 rto:233 rtt:32.506/1.951 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:466022872 bytes_retrans:40005344 bytes_acked:425898792 bytes_received:37 segs_out:321840 segs_in:72884 data_segs_out:321839 data_segs_in:1 bbr:(bw:29397720bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 42051067bps lastsnd:1 lastrcv:139363 lastack:8 pacing_rate 30453440bps delivery_rate 23350056bps delivered:294130 busy:139361ms unacked:82 retrans:0/27628 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3021752 minrtt:22




PCAP

The pcap files were aprox 500M each from the 140s run.  I can redo with shorter tests if you have a suggestion for what you would be sufficient time to see/study behavior.  Both captures are from server side, as I messed up the capture on the client side.  I linked to the xplot files for each run.


https://drive.google.com/file/d/1ZsHXkfSNcdILdy_Q3RuYbQvCKLyO6wAm/view?usp=sharing





Regards Erik


________________________________
Fra: Neal Cardwell <ncardwell@google.com>
Sendt: 16. november 2020 22:14
Til: Taraldsen Erik
Kopi: bloat
Emne: Re: [Bloat] BBR implementations, knobs to turn?

A couple questions:

- I guess this is Linux TCP BBRv1 ("bbr" module)? What's the OS distribution and exact kernel version ("uname -r")?

- What do you mean when you say "The old server allows for more re-transmits"?

- If BBRv1 is suffering throughput problems due to high retransmit rates, then usually the retransmit rate is around 15% or higher. If the retransmit rate is that high on a radio link that is being tested, then that radio link may be having issues that should be investigated separately?

- Would you be able to take a tcpdump trace of the well-behaved and problematic traffic and share the pcap or a plot?
 https://github.com/google/bbr/blob/master/Documentation/bbr-faq.md#how-can-i-visualize-the-behavior-of-linux-tcp-bbr-connections

- Would you be able to share the output of "ss -tin" from a recently built "ss" binary, near the end of a long-lived test flow, for the well-behaved and problematic cases?
  https://github.com/google/bbr/blob/master/Documentation/bbr-faq.md#how-can-i-monitor-linux-tcp-bbr-connections

best,
neal



On Mon, Nov 16, 2020 at 10:25 AM <erik.taraldsen@telenor.com<mailto:erik.taraldsen@telenor.com>> wrote:

I'm in the process of replacing a throughput test server.  The old server is running a 1Gbit Ethernet card on a 1Gbit link and ubuntu.  The new a 10Gbit card on a 40Gbit link and centos.  Both have low load and Xenon processors.


The purpose is for field installers to verify the bandwidth sold to the customers using known clients against known servers.  (4G and 5G fixed installations mainly).


What I'm finding is that the new server is consistently delivering slightly lower throughput than the old server.  The old server allows for more re-transmits and has a slightly higher congestion window than the new server.


Is there any way to tune bbr to allow for more re-transmits (which seems to be the limiting factor)?  Or other suggestions?



(Frankly I think the old server is to aggressive for general purpose use.  It seems to starve out other tcp sessions more than the new server.  So for delivering regular content to users the new implementation seems more balanced, but that is not the target here.  We want to stress test the radio link.)


Regards Erik

_______________________________________________
Bloat mailing list
Bloat@lists.bufferbloat.net<mailto:Bloat@lists.bufferbloat.net>
https://lists.bufferbloat.net/listinfo/bloat

[-- Attachment #1.2: Type: text/html, Size: 8527 bytes --]

[-- Attachment #2: ubuntu vs centos bbr implementations.png --]
[-- Type: image/png, Size: 136268 bytes --]

[-- Attachment #3: ubuntu vs centos bbr throughput.png --]
[-- Type: image/png, Size: 38707 bytes --]

[-- Attachment #4: ss_speedmonster_output.txt --]
[-- Type: text/plain, Size: 166550 bytes --]

speedmonster(root) tmp 242# while true; do SS=`ss -tin | grep -A1 ":7707"`; DATE=`date`; echo "$DATE $SS"; sleep 1; done
Tue Nov 17 09:24:18 CET 2020 
Tue Nov 17 09:24:19 CET 2020 
Tue Nov 17 09:24:20 CET 2020 
Tue Nov 17 09:24:21 CET 2020 
Tue Nov 17 09:24:22 CET 2020 
Tue Nov 17 09:24:23 CET 2020 
Tue Nov 17 09:24:24 CET 2020 
Tue Nov 17 09:24:25 CET 2020 
Tue Nov 17 09:24:26 CET 2020 
Tue Nov 17 09:24:27 CET 2020 
Tue Nov 17 09:24:28 CET 2020 
Tue Nov 17 09:24:29 CET 2020 
Tue Nov 17 09:24:30 CET 2020 
Tue Nov 17 09:24:31 CET 2020 
Tue Nov 17 09:24:32 CET 2020 ESTAB 0      3074664  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:311 rtt:110.877/0.695 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:320 ssthresh:142 bytes_sent:2790296 bytes_acked:2602056 bytes_received:37 segs_out:1928 segs_in:500 data_segs_out:1927 data_segs_in:1 bbr:(bw:45976360bps,mrtt:27.391,pacing_gain:0.34375,cwnd_gain:2.88672) send 33432362bps lastsnd:2 lastrcv:701 lastack:1 pacing_rate 16371928bps delivery_rate 34944024bps delivered:1798 busy:699ms unacked:130 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2886424 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:670 lastrcv:783 lastack:637 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:33 CET 2020 ESTAB 0      3008896  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:311 rtt:110.894/2.289 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:202 ssthresh:142 bytes_sent:6891032 bytes_acked:6599984 bytes_received:37 segs_out:4760 segs_in:1515 data_segs_out:4759 data_segs_in:1 bbr:(bw:40787552bps,mrtt:27.391,pacing_gain:1,cwnd_gain:2) send 21100943bps lastsnd:9 lastrcv:1714 lastack:9 pacing_rate 42252296bps delivery_rate 22547008bps delivered:4559 busy:1712ms unacked:201 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2717848 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:1683 lastrcv:1796 lastack:1650 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:34 CET 2020 ESTAB 0      2938504  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:245 rtt:44.402/8.132 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:184 ssthresh:142 bytes_sent:9532184 bytes_acked:9299056 bytes_received:37 segs_out:6584 segs_in:1959 data_segs_out:6583 data_segs_in:1 bbr:(bw:36965160bps,mrtt:27.391,pacing_gain:1,cwnd_gain:2) send 48003603bps lastsnd:1 lastrcv:2727 pacing_rate 38292640bps delivery_rate 24198080bps delivered:6423 busy:2725ms unacked:161 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2698136 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:2696 lastrcv:2809 lastack:2663 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:35 CET 2020 ESTAB 0      2935000  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:277 rtt:76.809/1.809 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:186 ssthresh:142 bytes_sent:13489568 bytes_acked:13227480 bytes_received:37 segs_out:9317 segs_in:2471 data_segs_out:9316 data_segs_in:1 bbr:(bw:37112232bps,mrtt:27.391,pacing_gain:1,cwnd_gain:2) send 28051713bps lastrcv:3740 pacing_rate 38444992bps delivery_rate 26307776bps delivered:9136 busy:3738ms unacked:181 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2672912 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:3709 lastrcv:3822 lastack:3676 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:36 CET 2020 ESTAB 0      3320728  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.839/3.381 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:144 ssthresh:142 bytes_sent:15642744 bytes_acked:15463192 bytes_received:37 segs_out:10804 segs_in:2912 data_segs_out:10803 data_segs_in:1 bbr:(bw:28768024bps,mrtt:27.391,pacing_gain:1,cwnd_gain:2) send 40845662bps lastrcv:4753 lastack:6 pacing_rate 29801128bps delivery_rate 23419816bps delivered:10680 busy:4751ms unacked:124 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3141176 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:4722 lastrcv:4835 lastack:4689 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:37 CET 2020 ESTAB 0      2848072  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:263 rtt:62.638/2.328 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:206 ssthresh:142 bytes_sent:20144576 bytes_acked:19868008 bytes_received:37 segs_out:13913 segs_in:3658 data_segs_out:13912 data_segs_in:1 bbr:(bw:40416776bps,mrtt:27.391,pacing_gain:1.25,cwnd_gain:2) send 38096746bps lastsnd:1 lastrcv:5766 lastack:1 pacing_rate 52335256bps delivery_rate 33441400bps delivered:13722 busy:5764ms unacked:191 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2571504 minrtt:27.391
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:5735 lastrcv:5848 lastack:5702 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:38 CET 2020 ESTAB 0      3468656  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:244 rtt:43.507/3.228 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:23962952 bytes_retrans:661736 bytes_acked:23179584 bytes_received:37 segs_out:16550 segs_in:4221 data_segs_out:16549 data_segs_in:1 bbr:(bw:24949776bps,mrtt:25.93,pacing_gain:1,cwnd_gain:2) send 31418209bps lastrcv:6779 lastack:1 pacing_rate 25845760bps delivery_rate 21803552bps delivered:16009 busy:6777ms unacked:84 retrans:0/457 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3347024 minrtt:25.93
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:6748 lastrcv:6861 lastack:6715 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:39 CET 2020 ESTAB 0      3810944  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.841/1.683 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:26754696 bytes_retrans:1172880 bytes_acked:25458736 bytes_received:37 segs_out:18478 segs_in:4601 data_segs_out:18477 data_segs_in:1 bbr:(bw:24949776bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 33403053bps lastrcv:7792 lastack:2 pacing_rate 25845760bps delivery_rate 16089640bps delivered:17583 busy:7790ms unacked:85 retrans:0/810 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3687864 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:7761 lastrcv:7874 lastack:7728 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:40 CET 2020 ESTAB 0      3110672  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.504/2.501 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:150 ssthresh:142 bytes_sent:30080752 bytes_retrans:1175776 bytes_acked:28780448 bytes_received:37 segs_out:20775 segs_in:5188 data_segs_out:20774 data_segs_in:1 bbr:(bw:33937496bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 48940964bps lastrcv:8805 lastack:1 pacing_rate 35156248bps delivery_rate 31475000bps delivered:19877 busy:8803ms unacked:86 retrans:0/812 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2986144 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:8775 lastrcv:8888 lastack:8742 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:41 CET 2020 ESTAB 0      3647272  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:247 rtt:46.77/3.152 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:142 bytes_sent:34172800 bytes_retrans:1830272 bytes_acked:32176008 bytes_received:37 segs_out:23601 segs_in:5992 data_segs_out:23600 data_segs_in:1 bbr:(bw:27456144bps,mrtt:24.3,pacing_gain:1.25,cwnd_gain:2) send 30712337bps lastrcv:9819 lastack:2 pacing_rate 35552680bps delivery_rate 25435376bps delivered:22222 busy:9817ms unacked:115 retrans:0/1264 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3480752 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:9788 lastrcv:9901 lastack:9755 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:42 CET 2020 ESTAB 0      2728072  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.222/1.16 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:92 ssthresh:142 bytes_sent:36588064 bytes_retrans:2099600 bytes_acked:34405928 bytes_received:37 segs_out:25269 segs_in:6376 data_segs_out:25268 data_segs_in:1 bbr:(bw:20300216bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 31141605bps lastsnd:1 lastrcv:10832 lastack:2 pacing_rate 21029232bps delivery_rate 18284264bps delivered:23762 busy:10830ms unacked:57 retrans:0/1450 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2645536 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:10801 lastrcv:10914 lastack:10768 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:43 CET 2020 ESTAB 0      2753248  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.417/1.204 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:39229216 bytes_retrans:2099600 bytes_acked:37002192 bytes_received:37 segs_out:27093 segs_in:6843 data_segs_out:27092 data_segs_in:1 bbr:(bw:25245296bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 32914935bps lastsnd:1 lastrcv:11845 lastack:2 pacing_rate 26151888bps delivery_rate 23463464bps delivered:25555 busy:11843ms unacked:88 retrans:0/1450 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2625824 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:11814 lastrcv:11927 lastack:11781 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:44 CET 2020 ESTAB 0      3047752  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.637/2.679 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:170 ssthresh:142 bytes_sent:41579320 bytes_retrans:2099600 bytes_acked:39329128 bytes_received:37 segs_out:28716 segs_in:7410 data_segs_out:28715 data_segs_in:1 bbr:(bw:37969096bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 55259421bps lastrcv:12858 lastack:3 pacing_rate 39332624bps delivery_rate 30958960bps delivered:27162 busy:12856ms unacked:104 retrans:0/1450 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2897160 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:12827 lastrcv:12940 lastack:12794 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:45 CET 2020 ESTAB 0      3907536  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.925/3.455 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:46185408 bytes_retrans:2221232 bytes_acked:43712224 bytes_received:37 segs_out:31897 segs_in:7622 data_segs_out:31896 data_segs_in:1 bbr:(bw:42148448bps,mrtt:24.3,pacing_gain:1.25,cwnd_gain:2) send 30945927bps lastsnd:1 lastrcv:13871 lastack:1 pacing_rate 54577584bps delivery_rate 20832296bps delivered:30258 busy:13869ms unacked:174 retrans:43/1534 lost:43 sacked:69 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3655584 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:13840 lastrcv:13953 lastack:13807 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:46 CET 2020 ESTAB 0      3268080  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.067/4.159 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:49725768 bytes_retrans:2641152 bytes_acked:46973120 bytes_received:37 segs_out:34342 segs_in:8161 data_segs_out:34341 data_segs_in:1 bbr:(bw:25917112bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 38319332bps lastsnd:1 lastrcv:14884 lastack:4 pacing_rate 26847832bps delivery_rate 20784032bps delivered:32441 busy:14882ms unacked:77 retrans:0/1824 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3156584 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:14853 lastrcv:14966 lastack:14820 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:47 CET 2020 ESTAB 0      3963960  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.231/2.956 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:52977976 bytes_retrans:2644048 bytes_acked:50209400 bytes_received:37 segs_out:36588 segs_in:8477 data_segs_out:36587 data_segs_in:1 bbr:(bw:25917112bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 36092074bps lastsnd:1 lastrcv:15897 lastack:2 pacing_rate 26847832bps delivery_rate 18032912bps delivered:34676 busy:15895ms unacked:86 retrans:0/1826 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3839432 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:15866 lastrcv:15979 lastack:15833 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:48 CET 2020 ESTAB 0      3027664  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.214/2.737 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:56854272 bytes_retrans:2832288 bytes_acked:53767136 bytes_received:37 segs_out:39265 segs_in:8976 data_segs_out:39264 data_segs_in:1 bbr:(bw:34709432bps,mrtt:24.3,pacing_gain:1,cwnd_gain:2) send 35769927bps lastsnd:2 lastrcv:16910 pacing_rate 35955904bps delivery_rate 25143128bps delivered:37209 busy:16908ms unacked:176 retrans:35/1956 lost:35 sacked:76 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2772816 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:16879 lastrcv:16992 lastack:16846 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:49 CET 2020 ESTAB 0      3039808  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.111/1.922 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:122 ssthresh:142 bytes_sent:59569272 bytes_retrans:3062520 bytes_acked:56376432 bytes_received:37 segs_out:41140 segs_in:9322 data_segs_out:41139 data_segs_in:1 bbr:(bw:26929328bps,mrtt:24.931,pacing_gain:1,cwnd_gain:2) send 38081647bps lastsnd:1 lastrcv:17923 lastack:6 pacing_rate 27896400bps delivery_rate 25484736bps delivered:38935 busy:17921ms unacked:90 retrans:0/2115 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2909488 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:17892 lastrcv:18005 lastack:17859 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:50 CET 2020 ESTAB 0      3574960  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.226/2.71 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:122 ssthresh:142 bytes_sent:62921392 bytes_retrans:3062520 bytes_acked:59773440 bytes_received:37 segs_out:43455 segs_in:9990 data_segs_out:43454 data_segs_in:1 bbr:(bw:26929328bps,mrtt:24.594,pacing_gain:1,cwnd_gain:2) send 41291650bps lastrcv:18935 lastack:1 pacing_rate 27896400bps delivery_rate 27457376bps delivered:41281 busy:18933ms unacked:59 retrans:0/2115 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3489528 minrtt:24.3
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:18904 lastrcv:19017 lastack:18871 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:51 CET 2020 ESTAB 0      3882776  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:263 rtt:62.508/1.915 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:156 ssthresh:142 bytes_sent:66686192 bytes_retrans:3065416 bytes_acked:63397784 bytes_received:37 segs_out:46055 segs_in:10539 data_segs_out:46054 data_segs_in:1 bbr:(bw:35455816bps,mrtt:24.215,pacing_gain:0.75,cwnd_gain:2) send 28909964bps lastsnd:1 lastrcv:19947 lastack:2 pacing_rate 27546816bps delivery_rate 28368672bps delivered:43784 busy:19945ms unacked:154 retrans:0/2117 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3659784 minrtt:24.215
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:19916 lastrcv:20029 lastack:19883 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:52 CET 2020 ESTAB 0      3021496  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.346/1.76 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:108 ssthresh:142 bytes_sent:69183992 bytes_retrans:3504160 bytes_acked:65569784 bytes_received:37 segs_out:47780 segs_in:11024 data_segs_out:47779 data_segs_in:1 bbr:(bw:24256552bps,mrtt:24.215,pacing_gain:1,cwnd_gain:2) send 33499491bps lastsnd:2 lastrcv:20959 lastack:4 pacing_rate 25127648bps delivery_rate 23135712bps delivered:45284 busy:20957ms unacked:76 retrans:0/2420 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2911448 minrtt:24.215
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:20928 lastrcv:21041 lastack:20895 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:53 CET 2020 ESTAB 0      3045504  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:243 rtt:42.166/1.512 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:142 bytes_sent:73526544 bytes_retrans:3838648 bytes_acked:69477936 bytes_received:37 segs_out:50779 segs_in:11639 data_segs_out:50778 data_segs_in:1 bbr:(bw:44483584bps,mrtt:24.215,pacing_gain:1,cwnd_gain:2) send 53845847bps lastrcv:21971 lastack:2 pacing_rate 46081064bps delivery_rate 32631728bps delivered:47983 busy:21969ms unacked:145 retrans:0/2651 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2835544 minrtt:24.215
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:21940 lastrcv:22053 lastack:21907 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:54 CET 2020 ESTAB 0      3092400  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:244 rtt:43.86/1.845 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:126 ssthresh:142 bytes_sent:76652776 bytes_retrans:4436672 bytes_acked:72052480 bytes_received:37 segs_out:52938 segs_in:12215 data_segs_out:52937 data_segs_in:1 bbr:(bw:28879872bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 33278249bps lastrcv:22982 lastack:2 pacing_rate 29917000bps delivery_rate 20352016bps delivered:49761 busy:22980ms unacked:113 retrans:0/3064 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2928776 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:22952 lastrcv:23065 lastack:22919 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:55 CET 2020 ESTAB 0      2746888  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.633/1.923 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:126 ssthresh:142 bytes_sent:80059920 bytes_retrans:4897136 bytes_acked:75019432 bytes_received:37 segs_out:55291 segs_in:12899 data_segs_out:55290 data_segs_in:1 bbr:(bw:28879872bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 36827492bps lastrcv:23994 lastack:3 pacing_rate 29917000bps delivery_rate 28916752bps delivered:51810 busy:23992ms unacked:99 retrans:0/3382 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2603536 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:23963 lastrcv:24076 lastack:23930 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:56 CET 2020 ESTAB 0      2838952  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.228/1.426 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:142 bytes_sent:84542928 bytes_retrans:5419864 bytes_acked:78859528 bytes_received:37 segs_out:58387 segs_in:13693 data_segs_out:58386 data_segs_in:1 bbr:(bw:44889576bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 57878658bps lastsnd:1 lastrcv:25006 lastack:11 pacing_rate 46501632bps delivery_rate 25169064bps delivered:54462 busy:25004ms unacked:182 retrans:0/3743 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2575416 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:24975 lastrcv:25088 lastack:24942 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:57 CET 2020 ESTAB 0      3019344  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.213/3.134 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:130 ssthresh:142 bytes_sent:88338136 bytes_retrans:5605208 bytes_acked:82611296 bytes_received:37 segs_out:61008 segs_in:14288 data_segs_out:61007 data_segs_in:1 bbr:(bw:29607624bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 44016017bps lastsnd:1 lastrcv:26018 lastack:2 pacing_rate 30670880bps delivery_rate 29602888bps delivered:57053 busy:26016ms unacked:84 retrans:0/3871 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2897712 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:25987 lastrcv:26100 lastack:25954 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:58 CET 2020 ESTAB 0      3206976  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.235/1.998 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:92253528 bytes_retrans:5676160 bytes_acked:86355824 bytes_received:37 segs_out:63712 segs_in:14744 data_segs_out:63711 data_segs_in:1 bbr:(bw:38490392bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 37084145bps lastsnd:1 lastrcv:27030 lastack:6 pacing_rate 39872640bps delivery_rate 18707440bps delivered:59699 busy:27028ms unacked:153 retrans:49/3920 lost:54 sacked:60 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2985432 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:26999 lastrcv:27112 lastack:26966 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:24:59 CET 2020 ESTAB 0      3422120  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.254/2.151 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:128 ssthresh:142 bytes_sent:96223944 bytes_retrans:6038160 bytes_acked:90072840 bytes_received:37 segs_out:66454 segs_in:15257 data_segs_out:66453 data_segs_in:1 bbr:(bw:29232008bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 45971104bps lastrcv:28041 lastack:5 pacing_rate 30281776bps delivery_rate 28010320bps delivered:62206 busy:28039ms unacked:78 retrans:0/4170 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3309176 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:28011 lastrcv:28124 lastack:27978 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:00 CET 2020 ESTAB 0      3714008  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.853/1.255 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:128 ssthresh:142 bytes_sent:99890280 bytes_retrans:6038160 bytes_acked:93713112 bytes_received:37 segs_out:68986 segs_in:15765 data_segs_out:68985 data_segs_in:1 bbr:(bw:29232008bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 45132925bps lastrcv:29054 lastack:7 pacing_rate 30281776bps delivery_rate 28923000bps delivered:64720 busy:29052ms unacked:96 retrans:0/4170 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3575000 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:29023 lastrcv:29136 lastack:28990 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:01 CET 2020 ESTAB 0      3653752  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.129/2.435 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:71 ssthresh:142 bytes_sent:103183032 bytes_retrans:6594192 bytes_acked:96394808 bytes_received:37 segs_out:71260 segs_in:16381 data_segs_out:71259 data_segs_in:1 bbr:(bw:27072248bps,mrtt:23.98,pacing_gain:1.25,cwnd_gain:2) send 22151526bps lastsnd:8 lastrcv:30066 lastack:11 pacing_rate 35055576bps delivery_rate 15456128bps delivered:66635 busy:30064ms unacked:134 retrans:51/4554 lost:51 sacked:63 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3459720 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:30035 lastrcv:30148 lastack:30002 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:02 CET 2020 ESTAB 0      3741192  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.599/2.412 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:105879208 bytes_retrans:6820080 bytes_acked:98928808 bytes_received:37 segs_out:73122 segs_in:16891 data_segs_out:73121 data_segs_in:1 bbr:(bw:25573952bps,mrtt:23.98,pacing_gain:1,cwnd_gain:2) send 33612477bps lastrcv:31078 lastack:4 pacing_rate 26492352bps delivery_rate 23496384bps delivered:68322 busy:31076ms unacked:90 retrans:0/4710 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3610872 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:31047 lastrcv:31160 lastack:31014 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:03 CET 2020 ESTAB 0      3805744  [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.456/1.902 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:4 ssthresh:142 bytes_sent:109796048 bytes_retrans:6993840 bytes_acked:102796416 bytes_received:37 segs_out:75827 segs_in:17534 data_segs_out:75826 data_segs_in:1 bbr:(bw:40006640bps,mrtt:29.331,pacing_gain:1,cwnd_gain:1) send 1145343bps lastsnd:6 lastrcv:32090 lastack:6 pacing_rate 41443344bps delivery_rate 30931216bps delivered:70993 busy:32088ms unacked:4 retrans:0/4830 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3799952 minrtt:23.98
--
ESTAB 0      0        [::ffff:148.123.8.53]:7707     [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:32059 lastrcv:32172 lastack:32026 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:04 CET 2020 ESTAB 0      3682944   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.188/2.917 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:111881168 bytes_retrans:7555664 bytes_acked:104229936 bytes_received:37 segs_out:77267 segs_in:17755 data_segs_out:77266 data_segs_in:1 bbr:(bw:24243432bps,mrtt:26.074,pacing_gain:1,cwnd_gain:2) send 35187598bps lastsnd:1 lastrcv:33102 lastack:2 pacing_rate 25114056bps delivery_rate 24243776bps delivered:71983 busy:33100ms unacked:66 retrans:0/5218 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3587376 minrtt:23.98
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:33071 lastrcv:33184 lastack:33038 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:05 CET 2020 ESTAB 0      3465136   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.517/3.322 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:194 ssthresh:142 bytes_sent:116148424 bytes_retrans:7600552 bytes_acked:108379904 bytes_received:37 segs_out:80214 segs_in:18478 data_segs_out:80213 data_segs_in:1 bbr:(bw:39715264bps,mrtt:26.074,pacing_gain:1.25,cwnd_gain:2) send 58345562bps lastsnd:2 lastrcv:34114 lastack:1 pacing_rate 51426880bps delivery_rate 27842008bps delivered:74849 busy:34112ms unacked:116 retrans:0/5249 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3297168 minrtt:23.98
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:34083 lastrcv:34196 lastack:34050 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:06 CET 2020 ESTAB 0      3267320   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.944/1.429 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 ssthresh:142 bytes_sent:119717744 bytes_retrans:8414328 bytes_acked:111199160 bytes_received:37 segs_out:82679 segs_in:19034 data_segs_out:82678 data_segs_in:1 bbr:(bw:21103224bps,mrtt:24.856,pacing_gain:1,cwnd_gain:2) send 29918617bps lastrcv:35126 lastack:1 pacing_rate 21861072bps delivery_rate 20632744bps delivered:76796 busy:35124ms unacked:72 retrans:0/5811 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3163064 minrtt:23.98
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:35096 lastrcv:35209 lastack:35063 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:07 CET 2020 ESTAB 0      3348968   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.712/1.679 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 ssthresh:142 bytes_sent:122309664 bytes_retrans:8473696 bytes_acked:113738952 bytes_received:37 segs_out:84469 segs_in:19614 data_segs_out:84468 data_segs_in:1 bbr:(bw:21103224bps,mrtt:24.856,pacing_gain:1,cwnd_gain:2) send 31788530bps lastsnd:1 lastrcv:36139 lastack:4 pacing_rate 21861072bps delivery_rate 18530160bps delivered:78550 busy:36137ms unacked:67 retrans:0/5852 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3251952 minrtt:23.98
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:36108 lastrcv:36221 lastack:36075 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:08 CET 2020 ESTAB 0      3000560   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.395/2.478 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:148 ssthresh:142 bytes_sent:125357704 bytes_retrans:8478040 bytes_acked:116708800 bytes_received:37 segs_out:86574 segs_in:20138 data_segs_out:86573 data_segs_in:1 bbr:(bw:34114256bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 43519025bps lastrcv:37151 lastack:1 pacing_rate 35339352bps delivery_rate 29231432bps delivered:80601 busy:37149ms unacked:118 retrans:0/5855 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2829696 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:37121 lastrcv:37234 lastack:37088 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:09 CET 2020 ESTAB 0      3745672   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:286 rtt:85.953/4.688 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:180 ssthresh:142 bytes_sent:129019696 bytes_retrans:8564920 bytes_acked:119895848 bytes_received:37 segs_out:89103 segs_in:20959 data_segs_out:89102 data_segs_in:1 bbr:(bw:41266728bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 24258839bps lastsnd:9 lastrcv:38164 lastack:9 pacing_rate 42748688bps delivery_rate 13790768bps delivered:83008 busy:38162ms unacked:386 retrans:38/5915 lost:38 sacked:206 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3186744 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:38133 lastrcv:38246 lastack:38100 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:10 CET 2020 ESTAB 0      3466768   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.232/1.688 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:148 ssthresh:142 bytes_sent:132199504 bytes_retrans:9294712 bytes_acked:122796192 bytes_received:37 segs_out:91299 segs_in:21600 data_segs_out:91298 data_segs_in:1 bbr:(bw:34262704bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 50082730bps lastrcv:39176 lastack:1 pacing_rate 35493128bps delivery_rate 32520136bps delivered:84805 busy:39174ms unacked:75 retrans:0/6419 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3358168 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:39145 lastrcv:39258 lastack:39112 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:11 CET 2020 ESTAB 0      3639920   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:243 rtt:42.202/3.871 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:70 ssthresh:142 bytes_sent:136668032 bytes_retrans:9850744 bytes_acked:126555200 bytes_received:37 segs_out:94385 segs_in:22318 data_segs_out:94384 data_segs_in:1 bbr:(bw:40717816bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 19214255bps lastsnd:1 lastrcv:40188 lastack:12 pacing_rate 42180056bps delivery_rate 9701080bps delivered:87405 busy:40186ms unacked:181 retrans:25/6803 lost:132 sacked:4 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3377832 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:40157 lastrcv:40270 lastack:40124 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:12 CET 2020 ESTAB 0      2890136   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.83/1.586 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:64 ssthresh:142 bytes_sent:139511904 bytes_retrans:10751400 bytes_acked:128615704 bytes_received:37 segs_out:96349 segs_in:22734 data_segs_out:96348 data_segs_in:1 bbr:(bw:22662280bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 19597568bps lastrcv:41199 pacing_rate 23476120bps delivery_rate 9660880bps delivered:88848 busy:41197ms unacked:100 retrans:24/7425 lost:36 sacked:24 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2745336 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:41169 lastrcv:41282 lastack:41136 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:13 CET 2020 ESTAB 0      2795128   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:232 rtt:31.716/1.392 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:100 ssthresh:142 bytes_sent:142267448 bytes_retrans:10854208 bytes_acked:131332152 bytes_received:37 segs_out:98252 segs_in:23414 data_segs_out:98251 data_segs_in:1 bbr:(bw:22662280bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 36524152bps lastsnd:1 lastrcv:42211 lastack:2 pacing_rate 23476120bps delivery_rate 21843352bps delivered:90700 busy:42209ms unacked:56 retrans:0/7496 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2714040 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:42180 lastrcv:42293 lastack:42147 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:14 CET 2020 ESTAB 0      2911528   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:314 rtt:113.986/4.494 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:136 ssthresh:142 bytes_sent:144885432 bytes_retrans:10854208 bytes_acked:133837192 bytes_received:37 segs_out:100060 segs_in:24038 data_segs_out:100059 data_segs_in:1 bbr:(bw:29994280bps,mrtt:23.837,pacing_gain:1.25,cwnd_gain:2) send 13821206bps lastsnd:14 lastrcv:43223 lastack:14 pacing_rate 38839280bps delivery_rate 13153168bps delivered:92430 busy:43221ms unacked:134 retrans:0/7496 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2717496 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:43193 lastrcv:43306 lastack:43160 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:15 CET 2020 ESTAB 0      3120880   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:253 rtt:52.465/4.128 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:190 ssthresh:142 bytes_sent:148679192 bytes_retrans:10857104 bytes_acked:137560000 bytes_received:37 segs_out:102680 segs_in:24655 data_segs_out:102679 data_segs_in:1 bbr:(bw:43706816bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 41951015bps lastsnd:1 lastrcv:44236 lastack:1 pacing_rate 45276400bps delivery_rate 34334504bps delivered:95001 busy:44234ms unacked:181 retrans:0/7498 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2858792 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:44205 lastrcv:44318 lastack:44172 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:16 CET 2020 ESTAB 0      3276656   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.675/3.101 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:114 ssthresh:142 bytes_sent:152743728 bytes_retrans:11164080 bytes_acked:141336384 bytes_received:37 segs_out:105487 segs_in:25079 data_segs_out:105486 data_segs_in:1 bbr:(bw:34040376bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 34145469bps lastrcv:45248 pacing_rate 35262816bps delivery_rate 21789648bps delivered:97685 busy:45246ms unacked:168 retrans:49/7710 lost:49 sacked:76 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3033392 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:45217 lastrcv:45330 lastack:45184 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:17 CET 2020 ESTAB 0      3902752   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.013/3.411 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:72 ssthresh:142 bytes_sent:155167680 bytes_retrans:11708528 bytes_acked:143331728 bytes_received:37 segs_out:107161 segs_in:25487 data_segs_out:107160 data_segs_in:1 bbr:(bw:15902672bps,mrtt:23.837,pacing_gain:1,cwnd_gain:2) send 23821095bps lastrcv:46261 lastack:5 pacing_rate 16473768bps delivery_rate 10026176bps delivered:99024 busy:46259ms unacked:88 retrans:4/8086 lost:4 sacked:37 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3775328 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:46230 lastrcv:46343 lastack:46197 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:18 CET 2020 ESTAB 0      3507728   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:230 rtt:29.104/4.422 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:4 ssthresh:142 bytes_sent:156751792 bytes_retrans:11708528 bytes_acked:145037472 bytes_received:37 segs_out:108255 segs_in:25836 data_segs_out:108254 data_segs_in:1 bbr:(bw:15902672bps,mrtt:24.518,pacing_gain:1,cwnd_gain:1) send 1592084bps lastsnd:23 lastrcv:47273 lastack:23 pacing_rate 16473768bps delivery_rate 13709256bps delivered:100165 busy:47271ms unacked:4 retrans:0/8086 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3501936 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:47242 lastrcv:47355 lastack:47209 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:19 CET 2020 ESTAB 0      3289360   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.47/3.163 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:82 ssthresh:142 bytes_sent:158340248 bytes_retrans:11708528 bytes_acked:146566560 bytes_received:37 segs_out:109352 segs_in:26267 data_segs_out:109351 data_segs_in:1 bbr:(bw:17779344bps,mrtt:24.518,pacing_gain:1,cwnd_gain:2) send 24691656bps lastsnd:2 lastrcv:48285 lastack:1 pacing_rate 18417832bps delivery_rate 14729304bps delivered:101221 busy:48283ms unacked:45 retrans:0/8086 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3224200 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:48254 lastrcv:48367 lastack:48221 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:21 CET 2020 ESTAB 0      3807136   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:248 rtt:47.241/3.684 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:190 ssthresh:142 bytes_sent:161960248 bytes_retrans:11708528 bytes_acked:149980944 bytes_received:37 segs_out:111852 segs_in:27224 data_segs_out:111851 data_segs_in:1 bbr:(bw:41788720bps,mrtt:24.304,pacing_gain:1.25,cwnd_gain:2) send 46590038bps lastsnd:5 lastrcv:49296 lastack:6 pacing_rate 54111776bps delivery_rate 30292672bps delivered:103579 busy:49294ms unacked:187 retrans:0/8086 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3536360 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:49265 lastrcv:49378 lastack:49232 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:22 CET 2020 ESTAB 0      3684616   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:358 rtt:157.394/2.337 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:176 ssthresh:142 bytes_sent:164691176 bytes_retrans:11712872 bytes_acked:152724904 bytes_received:37 segs_out:113738 segs_in:27772 data_segs_out:113737 data_segs_in:1 bbr:(bw:39642080bps,mrtt:24.304,pacing_gain:1,cwnd_gain:2) send 12953378bps lastsnd:4 lastrcv:50309 lastack:4 pacing_rate 41065688bps delivery_rate 12911440bps delivered:105474 busy:50307ms unacked:175 retrans:0/8089 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3431216 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:50278 lastrcv:50391 lastack:50245 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:23 CET 2020 ESTAB 0      3297392   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:257 rtt:56.901/2.259 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:190 ssthresh:142 bytes_sent:169026488 bytes_retrans:11712872 bytes_acked:157044288 bytes_received:37 segs_out:116732 segs_in:28551 data_segs_out:116731 data_segs_in:1 bbr:(bw:42713936bps,mrtt:24.304,pacing_gain:1,cwnd_gain:2) send 38680515bps lastrcv:51320 pacing_rate 44247864bps delivery_rate 36150456bps delivered:108457 busy:51318ms unacked:186 retrans:0/8089 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3028064 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:51289 lastrcv:51402 lastack:51256 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:24 CET 2020 ESTAB 0      3928112   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:338 rtt:137.153/2.562 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:160 ssthresh:142 bytes_sent:172293176 bytes_retrans:11717216 bytes_acked:160345728 bytes_received:37 segs_out:118988 segs_in:29354 data_segs_out:118987 data_segs_in:1 bbr:(bw:36631672bps,mrtt:24.304,pacing_gain:0.75,cwnd_gain:2) send 13513667bps lastsnd:4 lastrcv:52332 lastack:6 pacing_rate 28460376bps delivery_rate 13421760bps delivered:110737 busy:52330ms unacked:159 retrans:0/8092 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3697880 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:52301 lastrcv:52414 lastack:52268 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:25 CET 2020 ESTAB 0      3297344   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.347/0.929 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:172 ssthresh:142 bytes_sent:175849464 bytes_retrans:12087904 bytes_acked:163597936 bytes_received:37 segs_out:121444 segs_in:30152 data_segs_out:121443 data_segs_in:1 bbr:(bw:39035160bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 54817399bps lastsnd:1 lastrcv:53344 lastack:1 pacing_rate 40436976bps delivery_rate 39035664bps delivered:112983 busy:53342ms unacked:113 retrans:0/8348 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3133720 minrtt:23.837
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:53313 lastrcv:53426 lastack:53280 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:26 CET 2020 ESTAB 0      3638464   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.875/1.78 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:77 ssthresh:142 bytes_sent:179987848 bytes_retrans:12658416 bytes_acked:167188976 bytes_received:37 segs_out:124302 segs_in:30756 data_segs_out:124301 data_segs_in:1 bbr:(bw:29450888bps,mrtt:23.138,pacing_gain:1,cwnd_gain:2) send 24863220bps lastsnd:6 lastrcv:54355 lastack:6 pacing_rate 30508512bps delivery_rate 11058160bps delivered:115466 busy:54353ms unacked:97 retrans:2/8742 lost:19 sacked:3 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3498008 minrtt:23.138
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:54324 lastrcv:54437 lastack:54291 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:27 CET 2020 ESTAB 0      2698992   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.364/3.647 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:89 ssthresh:142 bytes_sent:182931632 bytes_retrans:13318704 bytes_acked:169439168 bytes_received:37 segs_out:126335 segs_in:31085 data_segs_out:126334 data_segs_in:1 bbr:(bw:29450888bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 26190834bps lastsnd:4 lastrcv:55368 lastack:4 pacing_rate 30508512bps delivery_rate 13800848bps delivered:117027 busy:55366ms unacked:120 retrans:18/9198 lost:39 sacked:10 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2525232 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:55337 lastrcv:55450 lastack:55304 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:28 CET 2020 ESTAB 0      3338400   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.898/2.914 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:186664576 bytes_retrans:13706768 bytes_acked:172731920 bytes_received:37 segs_out:128913 segs_in:31436 data_segs_out:128912 data_segs_in:1 bbr:(bw:38847360bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 35456858bps lastsnd:6 lastrcv:56379 lastack:10 pacing_rate 40242432bps delivery_rate 19538472bps delivered:119317 busy:56377ms unacked:156 retrans:26/9466 lost:40 sacked:26 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3112512 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:56349 lastrcv:56462 lastack:56316 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:29 CET 2020 ESTAB 0      2738040   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.561/2.691 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 ssthresh:142 bytes_sent:190523496 bytes_retrans:14393120 bytes_acked:175953720 bytes_received:37 segs_out:131578 segs_in:31868 data_segs_out:131577 data_segs_in:1 bbr:(bw:29132584bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 29139493bps lastsnd:1 lastrcv:57391 lastack:3 pacing_rate 30178784bps delivery_rate 20697224bps delivered:121575 busy:57389ms unacked:122 retrans:29/9940 lost:29 sacked:59 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2561384 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:57360 lastrcv:57473 lastack:57327 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:30 CET 2020 ESTAB 0      3992848   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.79/2.7 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:77 ssthresh:142 bytes_sent:193707648 bytes_retrans:14878200 bytes_acked:178631072 bytes_received:37 segs_out:133777 segs_in:32245 data_segs_out:133776 data_segs_in:1 bbr:(bw:29132584bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 24244849bps lastsnd:3 lastrcv:58403 lastack:9 pacing_rate 30178784bps delivery_rate 17985288bps delivered:123425 busy:58401ms unacked:137 retrans:37/10275 lost:37 sacked:60 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3794472 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:58372 lastrcv:58485 lastack:58339 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:31 CET 2020 ESTAB 0      3563352   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:232 rtt:31.257/2.848 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 ssthresh:142 bytes_sent:197191536 bytes_retrans:15251784 bytes_acked:181682008 bytes_received:37 segs_out:136183 segs_in:32704 data_segs_out:136182 data_segs_in:1 bbr:(bw:36633056bps,mrtt:22,pacing_gain:1.25,cwnd_gain:2) send 35948683bps lastsnd:4 lastrcv:59414 lastack:5 pacing_rate 47435760bps delivery_rate 28207472bps delivered:125553 busy:59412ms unacked:178 retrans:32/10533 lost:32 sacked:81 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3305608 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:59383 lastrcv:59496 lastack:59350 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:32 CET 2020 ESTAB 0      3764016   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:245 rtt:44.065/7.669 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:129 ssthresh:142 bytes_sent:201528296 bytes_retrans:15806368 bytes_acked:185413504 bytes_received:37 segs_out:139178 segs_in:33219 data_segs_out:139177 data_segs_in:1 bbr:(bw:38932976bps,mrtt:22,pacing_gain:1.25,cwnd_gain:2) send 33912084bps lastsnd:2 lastrcv:60427 lastack:4 pacing_rate 50413904bps delivery_rate 20438680bps delivered:128133 busy:60425ms unacked:213 retrans:47/10916 lost:47 sacked:84 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3455592 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:60396 lastrcv:60509 lastack:60363 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:33 CET 2020 ESTAB 0      3506832   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.883/3.494 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:96 ssthresh:142 bytes_sent:204693624 bytes_retrans:16291448 bytes_acked:188292128 bytes_received:37 segs_out:141364 segs_in:33668 data_segs_out:141363 data_segs_in:1 bbr:(bw:23617184bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 30991389bps lastsnd:1 lastrcv:61439 lastack:9 pacing_rate 24465320bps delivery_rate 20993752bps delivered:130037 busy:61437ms unacked:76 retrans:0/11251 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3396784 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:61408 lastrcv:61521 lastack:61375 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:34 CET 2020 ESTAB 0      3610200   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.577/1.669 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:96 ssthresh:142 bytes_sent:207443376 bytes_retrans:16523128 bytes_acked:190810200 bytes_received:37 segs_out:143263 segs_in:34065 data_segs_out:143262 data_segs_in:1 bbr:(bw:23617184bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 33119814bps lastsnd:1 lastrcv:62452 lastack:2 pacing_rate 24465320bps delivery_rate 19885880bps delivered:131776 busy:62450ms unacked:76 retrans:0/11411 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3500152 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:62421 lastrcv:62534 lastack:62388 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:35 CET 2020 ESTAB 0      3819552   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:264 rtt:63.366/2.102 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:176 ssthresh:142 bytes_sent:211312432 bytes_retrans:16526024 bytes_acked:194533008 bytes_received:37 segs_out:145935 segs_in:34519 data_segs_out:145934 data_segs_in:1 bbr:(bw:43709576bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 32174731bps lastsnd:3 lastrcv:63463 lastack:3 pacing_rate 45279264bps delivery_rate 29864512bps delivered:134347 busy:63461ms unacked:175 retrans:0/11413 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3566152 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:63432 lastrcv:63545 lastack:63399 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:36 CET 2020 ESTAB 0      2739624   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.125/3.37 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:4 ssthresh:142 bytes_sent:213600272 bytes_retrans:16670824 bytes_acked:196923656 bytes_received:37 segs_out:147515 segs_in:34976 data_segs_out:147514 data_segs_in:1 bbr:(bw:34860640bps,mrtt:24.55,pacing_gain:1,cwnd_gain:1) send 1215370bps lastrcv:64475 pacing_rate 36112544bps delivery_rate 34847224bps delivered:135998 busy:64473ms unacked:4 retrans:0/11513 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2733832 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:64444 lastrcv:64557 lastack:64411 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:37 CET 2020 ESTAB 0      2914224   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:250 rtt:49.714/1.129 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:176 ssthresh:142 bytes_sent:217586616 bytes_retrans:16670824 bytes_acked:200681216 bytes_received:37 segs_out:150268 segs_in:35635 data_segs_out:150267 data_segs_in:1 bbr:(bw:40130928bps,mrtt:24.329,pacing_gain:0.75,cwnd_gain:2) send 41010259bps lastsnd:1 lastrcv:65487 lastack:2 pacing_rate 31179064bps delivery_rate 36478424bps delivered:138593 busy:65485ms unacked:162 retrans:0/11513 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2679648 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:65456 lastrcv:65569 lastack:65423 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:38 CET 2020 ESTAB 0      3265480   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.502/4.208 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:114 ssthresh:142 bytes_sent:221599024 bytes_retrans:17223960 bytes_acked:204262120 bytes_received:37 segs_out:153039 segs_in:36088 data_segs_out:153038 data_segs_in:1 bbr:(bw:25311576bps,mrtt:24.329,pacing_gain:1,cwnd_gain:2) send 34298894bps lastrcv:66498 pacing_rate 26220560bps delivery_rate 19168728bps delivered:141066 busy:66496ms unacked:78 retrans:0/11895 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3152536 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:66467 lastrcv:66580 lastack:66434 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:39 CET 2020 ESTAB 0      2856256   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.281/1.345 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:114 ssthresh:142 bytes_sent:224733944 bytes_retrans:17322424 bytes_acked:207292784 bytes_received:37 segs_out:155204 segs_in:36502 data_segs_out:155203 data_segs_in:1 bbr:(bw:25311576bps,mrtt:24.329,pacing_gain:1,cwnd_gain:2) send 31989923bps lastsnd:1 lastrcv:67511 pacing_rate 26220560bps delivery_rate 23454032bps delivered:143159 busy:67509ms unacked:82 retrans:0/11963 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2737520 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:67480 lastrcv:67593 lastack:67447 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:40 CET 2020 ESTAB 0      2754008   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.481/4.13 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:76 ssthresh:142 bytes_sent:227802256 bytes_retrans:17639536 bytes_acked:210016472 bytes_received:37 segs_out:157323 segs_in:36937 data_segs_out:157322 data_segs_in:1 bbr:(bw:28326128bps,mrtt:24.329,pacing_gain:1.25,cwnd_gain:2) send 21223789bps lastsnd:3 lastrcv:68523 lastack:3 pacing_rate 36679208bps delivery_rate 18779336bps delivered:145045 busy:68521ms unacked:101 retrans:5/12182 lost:25 sacked:5 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2607760 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:68493 lastrcv:68606 lastack:68460 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:41 CET 2020 ESTAB 0      2708512   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:245 rtt:44.342/4.009 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:120 ssthresh:142 bytes_sent:232218656 bytes_retrans:17940720 bytes_acked:213994128 bytes_received:37 segs_out:160373 segs_in:37462 data_segs_out:160372 data_segs_in:1 bbr:(bw:44355160bps,mrtt:24.329,pacing_gain:1,cwnd_gain:2) send 31349060bps lastsnd:2 lastrcv:69535 lastack:2 pacing_rate 45948024bps delivery_rate 16782528bps delivered:147806 busy:69533ms unacked:196 retrans:19/12390 lost:76 sacked:19 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2424704 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:69505 lastrcv:69618 lastack:69472 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:42 CET 2020 ESTAB 0      2703280   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.187/2.755 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:57 ssthresh:142 bytes_sent:235592496 bytes_retrans:18774768 bytes_acked:216620800 bytes_received:37 segs_out:162703 segs_in:38065 data_segs_out:162702 data_segs_in:1 bbr:(bw:30196584bps,mrtt:24.329,pacing_gain:1,cwnd_gain:2) send 16430388bps lastsnd:1 lastrcv:70547 lastack:2 pacing_rate 31280992bps delivery_rate 11023632bps delivered:149637 busy:70545ms unacked:136 retrans:36/12966 lost:79 sacked:36 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2506352 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:70516 lastrcv:70629 lastack:70483 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:43 CET 2020 ESTAB 0      3732200   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.693/1.444 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:132 ssthresh:142 bytes_sent:238964888 bytes_retrans:19325008 bytes_acked:219524040 bytes_received:37 segs_out:165032 segs_in:38589 data_segs_out:165031 data_segs_in:1 bbr:(bw:30196584bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 46771113bps lastsnd:1 lastrcv:71559 lastack:4 pacing_rate 31280992bps delivery_rate 29268128bps delivered:151606 busy:71557ms unacked:80 retrans:0/13346 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3616360 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:71528 lastrcv:71641 lastack:71495 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:44 CET 2020 ESTAB 0      2843688   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.72/4.671 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:74 ssthresh:142 bytes_sent:243017840 bytes_retrans:19815880 bytes_acked:223033992 bytes_received:37 segs_out:167831 segs_in:39115 data_segs_out:167830 data_segs_in:1 bbr:(bw:28498048bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 22138843bps lastsnd:6 lastrcv:72571 lastack:6 pacing_rate 29521464bps delivery_rate 12865960bps delivered:154072 busy:72569ms unacked:116 retrans:46/13685 lost:46 sacked:42 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2675720 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:72540 lastrcv:72653 lastack:72507 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:45 CET 2020 ESTAB 0      3517568   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.816/4.057 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:246007960 bytes_retrans:20819344 bytes_acked:224981552 bytes_received:37 segs_out:169896 segs_in:39610 data_segs_out:169895 data_segs_in:1 bbr:(bw:28498048bps,mrtt:23.784,pacing_gain:1,cwnd_gain:2) send 32585091bps lastrcv:73582 lastack:1 pacing_rate 29521464bps delivery_rate 15798928bps delivered:155427 busy:73580ms unacked:143 retrans:66/14378 lost:66 sacked:52 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3310504 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:73551 lastrcv:73664 lastack:73518 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:46 CET 2020 ESTAB 0      3722576   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.179/2.195 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:160 ssthresh:142 bytes_sent:249795928 bytes_retrans:20887400 bytes_acked:228708704 bytes_received:37 segs_out:172512 segs_in:40258 data_segs_out:172511 data_segs_in:1 bbr:(bw:37452632bps,mrtt:23.784,pacing_gain:0.75,cwnd_gain:2) send 51229719bps lastrcv:74594 lastack:6 pacing_rate 29098208bps delivery_rate 34479264bps delivered:157949 busy:74592ms unacked:138 retrans:0/14425 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3522752 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:74563 lastrcv:74676 lastack:74530 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:47 CET 2020 ESTAB 0      3814360   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:251 rtt:50.727/11.659 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:91 ssthresh:142 bytes_sent:253062616 bytes_retrans:21615744 bytes_acked:231238360 bytes_received:37 segs_out:174768 segs_in:40751 data_segs_out:174767 data_segs_in:1 bbr:(bw:21777800bps,mrtt:23.206,pacing_gain:1,cwnd_gain:2) send 20780728bps lastrcv:75605 pacing_rate 22559880bps delivery_rate 12286184bps delivered:159755 busy:75603ms unacked:144 retrans:7/14928 lost:7 sacked:59 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3605848 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:75575 lastrcv:75688 lastack:75542 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:48 CET 2020 ESTAB 0      2756152   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.331/2.517 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:94 ssthresh:142 bytes_sent:255619784 bytes_retrans:21919824 bytes_acked:233607288 bytes_received:37 segs_out:176534 segs_in:41183 data_segs_out:176533 data_segs_in:1 bbr:(bw:21777800bps,mrtt:23.206,pacing_gain:1,cwnd_gain:2) send 29168680bps lastsnd:1 lastrcv:76617 lastack:4 pacing_rate 22559880bps delivery_rate 21569184bps delivered:161332 busy:76615ms unacked:64 retrans:0/15138 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2663480 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:76586 lastrcv:76699 lastack:76553 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:49 CET 2020 ESTAB 0      3854576   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:285 rtt:84.195/3.272 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 ssthresh:142 bytes_sent:258563568 bytes_retrans:21919824 bytes_acked:236441024 bytes_received:37 segs_out:178567 segs_in:41494 data_segs_out:178566 data_segs_in:1 bbr:(bw:32128488bps,mrtt:23.206,pacing_gain:1.25,cwnd_gain:2) send 19261951bps lastsnd:3 lastrcv:77628 lastack:3 pacing_rate 41602848bps delivery_rate 15676136bps delivered:163289 busy:77626ms unacked:140 retrans:0/15138 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3651856 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:77597 lastrcv:77710 lastack:77564 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:50 CET 2020 ESTAB 0      3829072   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.862/2.687 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:128 ssthresh:142 bytes_sent:261120736 bytes_retrans:21919824 bytes_acked:239087968 bytes_received:37 segs_out:180333 segs_in:41935 data_segs_out:180332 data_segs_in:1 bbr:(bw:30403720bps,mrtt:23.206,pacing_gain:1,cwnd_gain:2) send 42532041bps lastsnd:1 lastrcv:78640 pacing_rate 31495568bps delivery_rate 29397088bps delivered:165117 busy:78638ms unacked:78 retrans:0/15138 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3716128 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:78609 lastrcv:78722 lastack:78576 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:51 CET 2020 ESTAB 0      3518592   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:248 rtt:47.216/3.108 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:178 ssthresh:142 bytes_sent:265673248 bytes_retrans:22089240 bytes_acked:243330608 bytes_received:37 segs_out:183477 segs_in:42229 data_segs_out:183476 data_segs_in:1 bbr:(bw:40567984bps,mrtt:23.15,pacing_gain:1.25,cwnd_gain:2) send 43670620bps lastsnd:3 lastrcv:79652 lastack:5 pacing_rate 52531056bps delivery_rate 29711328bps delivered:168047 busy:79650ms unacked:175 retrans:0/15255 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3265192 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:79621 lastrcv:79734 lastack:79588 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:52 CET 2020 ESTAB 0      3303400   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.122/1.998 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:108 ssthresh:142 bytes_sent:268863192 bytes_retrans:22590248 bytes_acked:246167240 bytes_received:37 segs_out:185680 segs_in:42599 data_segs_out:185679 data_segs_in:1 bbr:(bw:25405480bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 31978733bps lastrcv:80664 lastack:1 pacing_rate 26317832bps delivery_rate 22450128bps delivered:170006 busy:80662ms unacked:73 retrans:0/15601 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3197696 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:80633 lastrcv:80746 lastack:80600 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:53 CET 2020 ESTAB 0      3464688   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.274/1.773 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:108 ssthresh:142 bytes_sent:271779464 bytes_retrans:23033336 bytes_acked:248627392 bytes_received:37 segs_out:187694 segs_in:42978 data_segs_out:187693 data_segs_in:1 bbr:(bw:25405480bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 34489497bps lastrcv:81676 lastack:4 pacing_rate 26317832bps delivery_rate 22866968bps delivered:171705 busy:81674ms unacked:82 retrans:0/15907 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3345952 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:81645 lastrcv:81758 lastack:81612 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:54 CET 2020 ESTAB 0      3647976   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.041/1.568 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:156 ssthresh:142 bytes_sent:275981560 bytes_retrans:23379408 bytes_acked:252376264 bytes_received:37 segs_out:190596 segs_in:43475 data_segs_out:190595 data_segs_in:1 bbr:(bw:37120520bps,mrtt:23.15,pacing_gain:0.75,cwnd_gain:2) send 47504114bps lastsnd:11 lastrcv:82688 lastack:23 pacing_rate 28840184bps delivery_rate 35375992bps delivered:174294 busy:82686ms unacked:156 retrans:0/16146 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3422088 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:82657 lastrcv:82770 lastack:82624 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:55 CET 2020 ESTAB 0      2707056   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.627/3.454 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:106 ssthresh:142 bytes_sent:278430128 bytes_retrans:23709552 bytes_acked:254627904 bytes_received:37 segs_out:192287 segs_in:43818 data_segs_out:192286 data_segs_in:1 bbr:(bw:24944944bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 33524558bps lastsnd:1 lastrcv:83700 lastack:1 pacing_rate 25840752bps delivery_rate 22984120bps delivered:175849 busy:83698ms unacked:64 retrans:0/16374 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2614384 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:83669 lastrcv:83782 lastack:83636 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:56 CET 2020 ESTAB 0      3540496   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.901/2.945 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:106 ssthresh:142 bytes_sent:281554912 bytes_retrans:23709552 bytes_acked:257726624 bytes_received:37 segs_out:194445 segs_in:44302 data_segs_out:194444 data_segs_in:1 bbr:(bw:24944944bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 36220288bps lastrcv:84711 lastack:2 pacing_rate 25840752bps delivery_rate 19445488bps delivered:177989 busy:84709ms unacked:82 retrans:0/16374 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3421760 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:84680 lastrcv:84793 lastack:84647 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:57 CET 2020 ESTAB 0      3276352   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:253 rtt:52.046/0.969 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:176 ssthresh:142 bytes_sent:285854024 bytes_retrans:23709552 bytes_acked:261922928 bytes_received:37 segs_out:197414 segs_in:44994 data_segs_out:197413 data_segs_in:1 bbr:(bw:41774216bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 39172732bps lastsnd:1 lastrcv:85724 lastack:6 pacing_rate 43274400bps delivery_rate 39896512bps delivered:180887 busy:85722ms unacked:153 retrans:0/16374 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3054808 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:85693 lastrcv:85806 lastack:85660 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:58 CET 2020 ESTAB 0      3304704   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.376/3.131 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:93 ssthresh:142 bytes_sent:290270424 bytes_retrans:24198976 bytes_acked:265826736 bytes_received:37 segs_out:200464 segs_in:45704 data_segs_out:200463 data_segs_in:1 bbr:(bw:39738744bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 26681989bps lastsnd:1 lastrcv:86736 lastack:2 pacing_rate 41165824bps delivery_rate 19098176bps delivered:183663 busy:86734ms unacked:169 retrans:73/16712 lost:73 sacked:80 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3059992 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:86705 lastrcv:86818 lastack:86672 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:25:59 CET 2020 ESTAB 0      3529984   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.606/4.522 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:151 ssthresh:142 bytes_sent:294831624 bytes_retrans:24941800 bytes_acked:269533616 bytes_received:37 segs_out:203614 segs_in:46283 data_segs_out:203613 data_segs_in:1 bbr:(bw:39434944bps,mrtt:23.15,pacing_gain:1,cwnd_gain:2) send 44164622bps lastsnd:1 lastrcv:87749 lastack:5 pacing_rate 40851112bps delivery_rate 37501312bps delivered:186257 busy:87747ms unacked:246 retrans:9/17225 lost:9 sacked:114 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3173776 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:87718 lastrcv:87831 lastack:87685 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:00 CET 2020 ESTAB 0      3616256   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.351/2.896 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:4 ssthresh:142 bytes_sent:298903400 bytes_retrans:25473216 bytes_acked:273379504 bytes_received:37 segs_out:206426 segs_in:46825 data_segs_out:206425 data_segs_in:1 bbr:(bw:29008304bps,mrtt:28.976,pacing_gain:1,cwnd_gain:1) send 1310741bps lastsnd:16 lastrcv:88761 lastack:1 pacing_rate 30050032bps delivery_rate 29264400bps delivered:188799 busy:88759ms unacked:35 retrans:0/17592 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3565576 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:88730 lastrcv:88843 lastack:88697 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:01 CET 2020 ESTAB 0      3464776   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.667/1.99 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:128 ssthresh:142 bytes_sent:301731344 bytes_retrans:25473216 bytes_acked:276152424 bytes_received:37 segs_out:208379 segs_in:47260 data_segs_out:208378 data_segs_in:1 bbr:(bw:29008304bps,mrtt:24.269,pacing_gain:1,cwnd_gain:2) send 44041703bps lastsnd:1 lastrcv:89773 lastack:3 pacing_rate 30050032bps delivery_rate 29339280bps delivered:190714 busy:89771ms unacked:73 retrans:0/17592 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3359072 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:89742 lastrcv:89855 lastack:89709 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:02 CET 2020 ESTAB 0      3600280   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:272 rtt:71.861/2.846 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:172 ssthresh:142 bytes_sent:305674248 bytes_retrans:25476112 bytes_acked:279949080 bytes_received:37 segs_out:211102 segs_in:47960 data_segs_out:211101 data_segs_in:1 bbr:(bw:39569576bps,mrtt:24.269,pacing_gain:0.75,cwnd_gain:2) send 27726416bps lastrcv:90785 pacing_rate 30742936bps delivery_rate 26828976bps delivered:193336 busy:90783ms unacked:172 retrans:0/17594 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3351224 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:90754 lastrcv:90867 lastack:90721 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:03 CET 2020 ESTAB 0      3765912   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.091/2.139 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:142 bytes_sent:308048968 bytes_retrans:25510864 bytes_acked:282404888 bytes_received:37 segs_out:212742 segs_in:48438 data_segs_out:212741 data_segs_in:1 bbr:(bw:32187176bps,mrtt:24.269,pacing_gain:1,cwnd_gain:2) send 46876065bps lastrcv:91797 lastack:8 pacing_rate 33343072bps delivery_rate 30411840bps delivered:195032 busy:91795ms unacked:92 retrans:0/17618 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3632696 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:91767 lastrcv:91880 lastack:91734 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:04 CET 2020 ESTAB 0      3543760   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.939/2.101 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:178 ssthresh:142 bytes_sent:312453784 bytes_retrans:25709240 bytes_acked:286559200 bytes_received:37 segs_out:215784 segs_in:49468 data_segs_out:215783 data_segs_in:1 bbr:(bw:40121256bps,mrtt:24.269,pacing_gain:1,cwnd_gain:2) send 54349139bps lastsnd:1 lastrcv:92810 lastack:1 pacing_rate 41562080bps delivery_rate 24934168bps delivered:197901 busy:92808ms unacked:128 retrans:0/17755 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3358416 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:92779 lastrcv:92892 lastack:92746 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:05 CET 2020 ESTAB 0      3305400   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:248 rtt:47.778/5.59 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:134 ssthresh:142 bytes_sent:315775496 bytes_retrans:26247896 bytes_acked:289419000 bytes_received:37 segs_out:218078 segs_in:49873 data_segs_out:218077 data_segs_in:1 bbr:(bw:30106824bps,mrtt:24.269,pacing_gain:1,cwnd_gain:2) send 32488928bps lastsnd:1 lastrcv:93821 lastack:1 pacing_rate 31188008bps delivery_rate 22820792bps delivered:199876 busy:93819ms unacked:75 retrans:0/18127 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3196800 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:93790 lastrcv:93903 lastack:93757 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:06 CET 2020 ESTAB 0      3271208   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.297/2.948 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:134 ssthresh:142 bytes_sent:319104448 bytes_retrans:26882120 bytes_acked:292074632 bytes_received:37 segs_out:220377 segs_in:50271 data_segs_out:220376 data_segs_in:1 bbr:(bw:30106824bps,mrtt:24.269,pacing_gain:1,cwnd_gain:2) send 38520386bps lastsnd:1 lastrcv:94834 lastack:4 pacing_rate 31188008bps delivery_rate 21876496bps delivered:201710 busy:94832ms unacked:102 retrans:0/18565 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3123512 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:94803 lastrcv:94916 lastack:94770 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:07 CET 2020 ESTAB 0      3638392   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.887/1.667 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:105 ssthresh:142 bytes_sent:323129888 bytes_retrans:27280320 bytes_acked:295639608 bytes_received:37 segs_out:223157 segs_in:51014 data_segs_out:223156 data_segs_in:1 bbr:(bw:35754784bps,mrtt:24.269,pacing_gain:0.75,cwnd_gain:2) send 34864563bps lastrcv:95845 pacing_rate 27779096bps delivery_rate 17278568bps delivered:204175 busy:95843ms unacked:145 retrans:3/18840 lost:40 sacked:3 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3428432 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:95815 lastrcv:95928 lastack:95782 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:08 CET 2020 ESTAB 0      2891784   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.824/5.854 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:68 ssthresh:142 bytes_sent:327137952 bytes_retrans:27978256 bytes_acked:299007656 bytes_received:37 segs_out:225925 segs_in:51694 data_segs_out:225924 data_segs_in:1 bbr:(bw:26686280bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 21988388bps lastsnd:5 lastrcv:96857 lastack:5 pacing_rate 27644632bps delivery_rate 10166752bps delivered:206502 busy:96855ms unacked:105 retrans:4/19322 lost:37 sacked:4 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2739744 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:96826 lastrcv:96939 lastack:96793 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:09 CET 2020 ESTAB 0      3076240   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.108/2.464 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:76 ssthresh:142 bytes_sent:330057120 bytes_retrans:28477816 bytes_acked:301444640 bytes_received:37 segs_out:227941 segs_in:52119 data_segs_out:227940 data_segs_in:1 bbr:(bw:26686280bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 25076450bps lastsnd:1 lastrcv:97869 lastack:1 pacing_rate 27644632bps delivery_rate 17395520bps delivered:208213 busy:97867ms unacked:93 retrans:27/19667 lost:29 sacked:32 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2941576 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:97838 lastrcv:97951 lastack:97805 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:10 CET 2020 ESTAB 0      2762584   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.587/1.698 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:122 ssthresh:142 bytes_sent:333245616 bytes_retrans:28713840 bytes_acked:304379736 bytes_received:37 segs_out:230143 segs_in:52570 data_segs_out:230142 data_segs_in:1 bbr:(bw:28810832bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 40860670bps lastrcv:98880 lastack:8 pacing_rate 29845472bps delivery_rate 23392064bps delivered:210208 busy:98878ms unacked:105 retrans:0/19830 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2610544 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:98850 lastrcv:98963 lastack:98817 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:11 CET 2020 ESTAB 0      2956008   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.738/2.862 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 ssthresh:142 bytes_sent:337508528 bytes_retrans:29122176 bytes_acked:308118472 bytes_received:37 segs_out:233087 segs_in:53350 data_segs_out:233086 data_segs_in:1 bbr:(bw:39727008bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 34072394bps lastrcv:99892 lastack:3 pacing_rate 41153664bps delivery_rate 27585640bps delivered:212888 busy:99890ms unacked:185 retrans:56/20112 lost:56 sacked:98 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2688128 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:99862 lastrcv:99975 lastack:99829 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:12 CET 2020 ESTAB 0      3900944   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.712/3.566 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:92 ssthresh:142 bytes_sent:341352968 bytes_retrans:30063376 bytes_acked:311105696 bytes_received:37 segs_out:235742 segs_in:53912 data_segs_out:235741 data_segs_in:1 bbr:(bw:20836704bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 25549674bps lastsnd:1 lastrcv:100904 lastack:1 pacing_rate 21584984bps delivery_rate 23115464bps delivered:214919 busy:100902ms unacked:127 retrans:55/20762 lost:61 sacked:66 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3717048 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:100873 lastrcv:100986 lastack:100840 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:13 CET 2020 ESTAB 0      3907296   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.667/2.273 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:90 ssthresh:142 bytes_sent:343940544 bytes_retrans:30122744 bytes_acked:313720784 bytes_received:37 segs_out:237529 segs_in:54354 data_segs_out:237528 data_segs_in:1 bbr:(bw:20836704bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 27678339bps lastsnd:1 lastrcv:101916 lastack:1 pacing_rate 21584984bps delivery_rate 21225288bps delivered:216659 busy:101914ms unacked:67 retrans:0/20803 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3810280 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:101885 lastrcv:101998 lastack:101852 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:14 CET 2020 ESTAB 0      3822424   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.399/2.618 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:106 ssthresh:142 bytes_sent:346649752 bytes_retrans:30122744 bytes_acked:316427096 bytes_received:37 segs_out:239400 segs_in:54952 data_segs_out:239399 data_segs_in:1 bbr:(bw:24755064bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 35695921bps lastrcv:102927 lastack:2 pacing_rate 25644056bps delivery_rate 24530144bps delivered:218528 busy:102925ms unacked:69 retrans:0/20803 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3722512 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:102896 lastrcv:103009 lastack:102863 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:15 CET 2020 ESTAB 0      3786784   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:305 rtt:104.956/4.771 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:134 ssthresh:142 bytes_sent:349403848 bytes_retrans:30127088 bytes_acked:319084176 bytes_received:37 segs_out:241302 segs_in:55465 data_segs_out:241301 data_segs_in:1 bbr:(bw:31817784bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 14789588bps lastsnd:4 lastrcv:103939 lastack:4 pacing_rate 32960408bps delivery_rate 13944640bps delivered:220363 busy:103937ms unacked:133 retrans:0/20806 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3594200 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:103908 lastrcv:104021 lastack:103875 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:16 CET 2020 ESTAB 0      3057552   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:247 rtt:46.144/5.096 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:184 ssthresh:142 bytes_sent:352800856 bytes_retrans:30127088 bytes_acked:322434848 bytes_received:37 segs_out:243648 segs_in:55758 data_segs_out:243647 data_segs_in:1 bbr:(bw:43959528bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 46191401bps lastsnd:1 lastrcv:104951 lastack:1 pacing_rate 45538184bps delivery_rate 34855080bps delivered:222677 busy:104949ms unacked:165 retrans:0/20806 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2818632 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:104920 lastrcv:105033 lastack:104887 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:17 CET 2020 ESTAB 0      3262560   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:256 rtt:55.59/10.27 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:158 ssthresh:142 bytes_sent:356865392 bytes_retrans:30363112 bytes_acked:326162000 bytes_received:37 segs_out:246455 segs_in:56069 data_segs_out:246454 data_segs_in:1 bbr:(bw:37466440bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 32924483bps lastsnd:2 lastrcv:105962 lastack:2 pacing_rate 38811920bps delivery_rate 15111240bps delivered:225328 busy:105960ms unacked:235 retrans:60/20969 lost:60 sacked:77 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2922280 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:105932 lastrcv:106045 lastack:105899 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:18 CET 2020 ESTAB 0      3816256   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.786/1.63 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:359040288 bytes_retrans:30713528 bytes_acked:328229744 bytes_received:37 segs_out:247957 segs_in:56452 data_segs_out:247956 data_segs_in:1 bbr:(bw:21614160bps,mrtt:28.235,pacing_gain:1,cwnd_gain:2) send 38400758bps lastsnd:1 lastrcv:106974 lastack:4 pacing_rate 22390360bps delivery_rate 19126936bps delivered:226679 busy:106972ms unacked:67 retrans:0/21211 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3719240 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:106943 lastrcv:107056 lastack:106910 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:19 CET 2020 ESTAB 0      3709664   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.196/3.433 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:102 ssthresh:142 bytes_sent:361748048 bytes_retrans:30713528 bytes_acked:330957776 bytes_received:37 segs_out:249827 segs_in:57202 data_segs_out:249826 data_segs_in:1 bbr:(bw:21614160bps,mrtt:25.284,pacing_gain:1,cwnd_gain:2) send 35593686bps lastsnd:1 lastrcv:107986 lastack:1 pacing_rate 22390360bps delivery_rate 21411000bps delivered:228563 busy:107984ms unacked:53 retrans:0/21211 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3632920 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:107955 lastrcv:108068 lastack:107922 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:20 CET 2020 ESTAB 0      3939008   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:298 rtt:97.68/4.255 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:142 bytes_sent:364241504 bytes_retrans:30713528 bytes_acked:333349872 bytes_received:37 segs_out:251549 segs_in:57806 data_segs_out:251548 data_segs_in:1 bbr:(bw:26815400bps,mrtt:25.284,pacing_gain:1,cwnd_gain:2) send 14705324bps lastsnd:4 lastrcv:108998 lastack:4 pacing_rate 27778384bps delivery_rate 13296944bps delivered:230215 busy:108996ms unacked:123 retrans:0/21211 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3760904 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:108967 lastrcv:109080 lastack:108934 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:21 CET 2020 ESTAB 0      3248872   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.136/1.778 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:184 ssthresh:142 bytes_sent:367544392 bytes_retrans:30713528 bytes_acked:336661448 bytes_received:37 segs_out:253830 segs_in:58612 data_segs_out:253829 data_segs_in:1 bbr:(bw:39812624bps,mrtt:25.284,pacing_gain:1,cwnd_gain:2) send 54462796bps lastsnd:1 lastrcv:110010 pacing_rate 41242360bps delivery_rate 25874816bps delivered:232502 busy:110008ms unacked:117 retrans:0/21211 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3079456 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:109979 lastrcv:110092 lastack:109946 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:22 CET 2020 ESTAB 0      3759408   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:286 rtt:85.725/7.381 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:168 ssthresh:142 bytes_sent:371410552 bytes_retrans:30787376 bytes_acked:340083072 bytes_received:37 segs_out:256500 segs_in:58854 data_segs_out:256499 data_segs_in:1 bbr:(bw:36392776bps,mrtt:25.284,pacing_gain:1,cwnd_gain:2) send 22701802bps lastrcv:111021 lastack:1 pacing_rate 37699696bps delivery_rate 14450048bps delivered:235082 busy:111019ms unacked:373 retrans:27/21262 lost:27 sacked:217 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3219304 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:110990 lastrcv:111103 lastack:110957 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:23 CET 2020 ESTAB 0      2899576   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.535/2.359 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:70 ssthresh:142 bytes_sent:373828712 bytes_retrans:31518616 bytes_acked:342253624 bytes_received:37 segs_out:258170 segs_in:59210 data_segs_out:258169 data_segs_in:1 bbr:(bw:14471352bps,mrtt:25.284,pacing_gain:1,cwnd_gain:2) send 22194608bps lastsnd:2 lastrcv:112033 lastack:2 pacing_rate 14991040bps delivery_rate 15161576bps delivered:236364 busy:112031ms unacked:39 retrans:0/21767 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2843104 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:112002 lastrcv:112115 lastack:111969 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:24 CET 2020 ESTAB 0      3734184   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.791/2.956 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:70 ssthresh:142 bytes_sent:375641608 bytes_retrans:31518616 bytes_acked:344040456 bytes_received:37 segs_out:259422 segs_in:59587 data_segs_out:259421 data_segs_in:1 bbr:(bw:14471352bps,mrtt:25.015,pacing_gain:1,cwnd_gain:2) send 19403221bps lastsnd:1 lastrcv:113044 lastack:2 pacing_rate 14991040bps delivery_rate 11429448bps delivered:237598 busy:113042ms unacked:57 retrans:0/21767 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3651648 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:113014 lastrcv:113127 lastack:112981 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:25 CET 2020 ESTAB 0      3344952   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.672/1.637 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:104 ssthresh:142 bytes_sent:377356040 bytes_retrans:31518616 bytes_acked:345740408 bytes_received:37 segs_out:260606 segs_in:60033 data_segs_out:260605 data_segs_in:1 bbr:(bw:22299792bps,mrtt:24.969,pacing_gain:1,cwnd_gain:2) send 36873653bps lastrcv:114056 lastack:1 pacing_rate 23100608bps delivery_rate 17641840bps delivered:238772 busy:114054ms unacked:67 retrans:0/21767 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3247936 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:114025 lastrcv:114138 lastack:113992 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:26 CET 2020 ESTAB 0      3615120   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:283 rtt:82.754/3.085 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:176 ssthresh:142 bytes_sent:381174416 bytes_retrans:31518616 bytes_acked:349402400 bytes_received:37 segs_out:263243 segs_in:60544 data_segs_out:263242 data_segs_in:1 bbr:(bw:39189824bps,mrtt:24.969,pacing_gain:0.75,cwnd_gain:2) send 24636682bps lastsnd:1 lastrcv:115068 lastack:3 pacing_rate 30447896bps delivery_rate 22753208bps delivered:241301 busy:115066ms unacked:175 retrans:0/21767 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3361720 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:115037 lastrcv:115150 lastack:115004 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:27 CET 2020 ESTAB 0      3766272   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:263 rtt:62.689/2.83 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:142 bytes_sent:383565064 bytes_retrans:31525856 bytes_acked:351872688 bytes_received:37 segs_out:264894 segs_in:60954 data_segs_out:264893 data_segs_in:1 bbr:(bw:25420672bps,mrtt:24.969,pacing_gain:1,cwnd_gain:2) send 21435084bps lastrcv:116079 pacing_rate 26333568bps delivery_rate 25339464bps delivered:243007 busy:116077ms unacked:115 retrans:0/21772 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3599752 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:116048 lastrcv:116161 lastack:116015 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:28 CET 2020 ESTAB 0      3707744   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.56/0.878 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:166 ssthresh:142 bytes_sent:387613672 bytes_retrans:31525856 bytes_acked:355863376 bytes_received:37 segs_out:267690 segs_in:61983 data_segs_out:267689 data_segs_in:1 bbr:(bw:35864568bps,mrtt:24.969,pacing_gain:1.25,cwnd_gain:2) send 55640741bps lastrcv:117092 lastack:12 pacing_rate 46440656bps delivery_rate 34578144bps delivered:245763 busy:117090ms unacked:155 retrans:0/21772 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3483304 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:117061 lastrcv:117174 lastack:117028 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:29 CET 2020 ESTAB 0      3224672   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:310 rtt:109.581/2.225 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:162 ssthresh:142 bytes_sent:390728320 bytes_retrans:31525856 bytes_acked:358967888 bytes_received:37 segs_out:269841 segs_in:62515 data_segs_out:269840 data_segs_in:1 bbr:(bw:35142352bps,mrtt:24.969,pacing_gain:1,cwnd_gain:2) send 17125305bps lastsnd:3 lastrcv:118105 lastack:5 pacing_rate 36404368bps delivery_rate 16031984bps delivered:247907 busy:118103ms unacked:162 retrans:0/21772 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2990096 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:118074 lastrcv:118187 lastack:118041 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:30 CET 2020 ESTAB 0      3271848   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:242 rtt:41.904/2.465 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:182 ssthresh:142 bytes_sent:394568416 bytes_retrans:31525856 bytes_acked:362852872 bytes_received:37 segs_out:272493 segs_in:63195 data_segs_out:272492 data_segs_in:1 bbr:(bw:40046000bps,mrtt:24.969,pacing_gain:1,cwnd_gain:2) send 50312333bps lastrcv:119117 lastack:1 pacing_rate 41484112bps delivery_rate 38591048bps delivered:250590 busy:119115ms unacked:131 retrans:0/21772 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3082160 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:119086 lastrcv:119199 lastack:119053 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:31 CET 2020 ESTAB 0      3500024   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.394/1.806 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:142 bytes_sent:398821192 bytes_retrans:32158632 bytes_acked:366556856 bytes_received:37 segs_out:275430 segs_in:63731 data_segs_out:275429 data_segs_in:1 bbr:(bw:32385344bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 45197780bps lastrcv:120129 pacing_rate 33548352bps delivery_rate 27191744bps delivered:253148 busy:120127ms unacked:73 retrans:0/22209 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3394320 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:120099 lastrcv:120212 lastack:120066 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:32 CET 2020 ESTAB 0      2964824   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.018/2.194 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:402280464 bytes_retrans:32461264 bytes_acked:369713496 bytes_received:37 segs_out:277819 segs_in:64254 data_segs_out:277818 data_segs_in:1 bbr:(bw:25455192bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 36021101bps lastrcv:121142 lastack:2 pacing_rate 26369328bps delivery_rate 24934016bps delivered:255328 busy:121140ms unacked:73 retrans:0/22418 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2859120 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:121111 lastrcv:121224 lastack:121078 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:33 CET 2020 ESTAB 0      3828672   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.797/1.342 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:405424072 bytes_retrans:32530768 bytes_acked:372781808 bytes_received:37 segs_out:279990 segs_in:64765 data_segs_out:279989 data_segs_in:1 bbr:(bw:25455192bps,mrtt:23.93,pacing_gain:1,cwnd_gain:2) send 37285053bps lastrcv:122154 lastack:1 pacing_rate 26369328bps delivery_rate 24430224bps delivered:257447 busy:122152ms unacked:77 retrans:0/22466 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3717176 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:122123 lastrcv:122236 lastack:122090 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:34 CET 2020 ESTAB 0      3154464   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.108/2.553 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:142 bytes_sent:409180184 bytes_retrans:32960824 bytes_acked:376077456 bytes_received:37 segs_out:282584 segs_in:65285 data_segs_out:282583 data_segs_in:1 bbr:(bw:32692600bps,mrtt:23.93,pacing_gain:1,cwnd_gain:2) send 41012466bps lastsnd:1 lastrcv:123167 lastack:3 pacing_rate 33866640bps delivery_rate 29906296bps delivered:259723 busy:123165ms unacked:98 retrans:0/22763 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3012560 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:123136 lastrcv:123249 lastack:123103 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:35 CET 2020 ESTAB 0      3602736   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.038/2.751 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:174 ssthresh:142 bytes_sent:413253408 bytes_retrans:33443008 bytes_acked:379561344 bytes_received:37 segs_out:285397 segs_in:66034 data_segs_out:285396 data_segs_in:1 bbr:(bw:41170760bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 51632153bps lastrcv:124179 lastack:6 pacing_rate 42649264bps delivery_rate 28588824bps delivered:262129 busy:124177ms unacked:172 retrans:0/23096 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3353680 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:124148 lastrcv:124261 lastack:124115 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:36 CET 2020 ESTAB 0      2898120   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:268 rtt:67.814/3.63 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:142 bytes_sent:416950152 bytes_retrans:33886096 bytes_acked:382887400 bytes_received:37 segs_out:287950 segs_in:66483 data_segs_out:287949 data_segs_in:1 bbr:(bw:29673904bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 21181703bps lastrcv:125191 lastack:1 pacing_rate 30739544bps delivery_rate 19609952bps delivered:264426 busy:125189ms unacked:122 retrans:0/23402 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2721464 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:125161 lastrcv:125274 lastack:125128 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:37 CET 2020 ESTAB 0      2940672   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.943/2.89 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:142 bytes_sent:419647776 bytes_retrans:34080128 bytes_acked:385466288 bytes_received:37 segs_out:289813 segs_in:66975 data_segs_out:289812 data_segs_in:1 bbr:(bw:29673904bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 43603072bps lastrcv:126203 lastack:1 pacing_rate 30739544bps delivery_rate 31282736bps delivered:266207 busy:126201ms unacked:70 retrans:0/23536 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2839312 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:126172 lastrcv:126285 lastack:126139 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:38 CET 2020 ESTAB 0      3300616   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:239 rtt:38.402/2.463 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:141 ssthresh:142 bytes_sent:423820912 bytes_retrans:34526112 bytes_acked:389038504 bytes_received:37 segs_out:292695 segs_in:67520 data_segs_out:292694 data_segs_in:1 bbr:(bw:28765256bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 42532785bps lastrcv:127215 pacing_rate 29798264bps delivery_rate 31630976bps delivered:268748 busy:127213ms unacked:177 retrans:29/23844 lost:29 sacked:74 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3044320 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:127184 lastrcv:127297 lastack:127151 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:39 CET 2020 ESTAB 0      2900080   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:240 rtt:39.733/4.177 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:427099184 bytes_retrans:34840328 bytes_acked:392060480 bytes_received:37 segs_out:294959 segs_in:67916 data_segs_out:294958 data_segs_in:1 bbr:(bw:28765256bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 32653160bps lastrcv:128228 lastack:8 pacing_rate 29798264bps delivery_rate 25007504bps delivered:270823 busy:128226ms unacked:137 retrans:18/24061 lost:18 sacked:62 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2701704 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:128197 lastrcv:128310 lastack:128164 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:40 CET 2020 ESTAB 0      3962304   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:243 rtt:42.677/5.529 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:142 bytes_sent:430374560 bytes_retrans:35218256 bytes_acked:394930416 bytes_received:37 segs_out:297221 segs_in:68305 data_segs_out:297220 data_segs_in:1 bbr:(bw:26789160bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 30400637bps lastrcv:129240 pacing_rate 27751200bps delivery_rate 20670592bps delivered:272803 busy:129238ms unacked:156 retrans:2/24322 lost:2 sacked:60 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3736416 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:129210 lastrcv:129323 lastack:129177 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:41 CET 2020 ESTAB 0      2926096   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:236 rtt:35.891/2.49 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:167 ssthresh:142 bytes_sent:434443440 bytes_retrans:35545504 bytes_acked:398588064 bytes_received:37 segs_out:300031 segs_in:68808 data_segs_out:300030 data_segs_in:1 bbr:(bw:41201136bps,mrtt:23,pacing_gain:0.75,cwnd_gain:2) send 53900086bps lastrcv:130253 lastack:2 pacing_rate 32010552bps delivery_rate 29452920bps delivered:275366 busy:130251ms unacked:214 retrans:46/24548 lost:46 sacked:97 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2616224 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:130223 lastrcv:130336 lastack:130190 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:42 CET 2020 ESTAB 0      2839776   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:243 rtt:42.763/3.752 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:76 ssthresh:142 bytes_sent:437853480 bytes_retrans:36356384 bytes_acked:401295824 bytes_received:37 segs_out:302386 segs_in:69357 data_segs_out:302385 data_segs_in:1 bbr:(bw:29673216bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 20587517bps lastsnd:4 lastrcv:131265 lastack:6 pacing_rate 30738824bps delivery_rate 16378472bps delivered:277202 busy:131263ms unacked:139 retrans:57/25108 lost:57 sacked:63 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2638504 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:131235 lastrcv:131348 lastack:131202 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:43 CET 2020 ESTAB 0      3987432   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:235 rtt:34.827/3.281 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:142 bytes_sent:441072384 bytes_retrans:36860288 bytes_acked:404080328 bytes_received:37 segs_out:304609 segs_in:69826 data_segs_out:304608 data_segs_in:1 bbr:(bw:29673216bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 41244322bps lastrcv:132277 lastack:12 pacing_rate 30738824bps delivery_rate 30006320bps delivered:279062 busy:132275ms unacked:91 retrans:0/25456 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3855664 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:132246 lastrcv:132359 lastack:132213 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:44 CET 2020 ESTAB 0      3894152   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.268/1.922 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:174 ssthresh:142 bytes_sent:445365704 bytes_retrans:37097760 bytes_acked:408105768 bytes_received:37 segs_out:307574 segs_in:70355 data_segs_out:307573 data_segs_in:1 bbr:(bw:41485608bps,mrtt:23,pacing_gain:1,cwnd_gain:2) send 55575604bps lastrcv:133290 pacing_rate 42975424bps delivery_rate 28489176bps delivered:281842 busy:133288ms unacked:112 retrans:0/25620 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3731976 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:133259 lastrcv:133372 lastack:133226 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:46 CET 2020 ESTAB 0      3797696   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.099/4.832 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:172 ssthresh:142 bytes_sent:448780088 bytes_retrans:37723296 bytes_acked:410823664 bytes_received:37 segs_out:309932 segs_in:70751 data_segs_out:309931 data_segs_in:1 bbr:(bw:42775384bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 62071965bps lastsnd:1 lastrcv:134302 lastack:23 pacing_rate 44311520bps delivery_rate 19282152bps delivered:283773 busy:134300ms unacked:161 retrans:44/26052 lost:44 sacked:54 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3564568 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:134271 lastrcv:134384 lastack:134238 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:47 CET 2020 ESTAB 0      3786672   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:241 rtt:40.15/1.393 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:104 ssthresh:142 bytes_sent:451409656 bytes_retrans:37831896 bytes_acked:413456128 bytes_received:37 segs_out:311748 segs_in:71227 data_segs_out:311747 data_segs_in:1 bbr:(bw:25303984bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 30005878bps lastrcv:135315 pacing_rate 26212688bps delivery_rate 15061080bps delivered:285537 busy:135313ms unacked:84 retrans:0/26127 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3665040 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:135284 lastrcv:135397 lastack:135251 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:48 CET 2020 ESTAB 0      2783768   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:234 rtt:33.741/2.076 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:160 ssthresh:142 bytes_sent:455433648 bytes_retrans:38204032 bytes_acked:417080472 bytes_received:37 segs_out:314527 segs_in:71781 data_segs_out:314526 data_segs_in:1 bbr:(bw:39393512bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 54931389bps lastrcv:136327 lastack:2 pacing_rate 40808200bps delivery_rate 34413656bps delivered:288040 busy:136325ms unacked:103 retrans:0/26384 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2634624 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:136296 lastrcv:136409 lastack:136263 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:49 CET 2020 ESTAB 0      2842248   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:238 rtt:37.413/2.466 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:458698888 bytes_retrans:38899072 bytes_acked:419643432 bytes_received:37 segs_out:316782 segs_in:72215 data_segs_out:316781 data_segs_in:1 bbr:(bw:29455720bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 36535750bps lastsnd:1 lastrcv:137339 lastack:9 pacing_rate 30513520bps delivery_rate 23104152bps delivered:289810 busy:137337ms unacked:108 retrans:0/26864 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2685864 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:137308 lastrcv:137421 lastack:137275 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:50 CET 2020 ESTAB 0      2795024   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:237 rtt:36.937/3.427 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:461945304 bytes_retrans:39491304 bytes_acked:422312096 bytes_received:37 segs_out:319024 segs_in:72579 data_segs_out:319023 data_segs_in:1 bbr:(bw:29455720bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 37006579bps lastrcv:138351 lastack:7 pacing_rate 30513520bps delivery_rate 28860888bps delivered:291653 busy:138349ms unacked:98 retrans:0/27273 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:2653120 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:138320 lastrcv:138433 lastack:138287 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:51 CET 2020 ESTAB 0      3140488   [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40626 
	 bbr wscale:7,7 rto:233 rtt:32.506/1.951 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:142 bytes_sent:466022872 bytes_retrans:40005344 bytes_acked:425898792 bytes_received:37 segs_out:321840 segs_in:72884 data_segs_out:321839 data_segs_in:1 bbr:(bw:29397720bps,mrtt:22,pacing_gain:1,cwnd_gain:2) send 42051067bps lastsnd:1 lastrcv:139363 lastack:8 pacing_rate 30453440bps delivery_rate 23350056bps delivered:294130 busy:139361ms unacked:82 retrans:0/27628 reordering:7 reord_seen:4 rcv_space:28960 rcv_ssthresh:28960 notsent:3021752 minrtt:22
ESTAB 0      0         [::ffff:148.123.8.53]:7707    [::ffff:88.94.0.193]:40622 
	 bbr wscale:7,7 rto:292 rtt:82.882/43.919 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:527504bps,mrtt:21.951,pacing_gain:2.88672,cwnd_gain:2.88672) send 1956710bps lastsnd:139332 lastrcv:139445 lastack:139299 pacing_rate 3156984bps delivery_rate 349384bps delivered:5 busy:194ms rcv_space:28960 rcv_ssthresh:30032 minrtt:21.951
Tue Nov 17 09:26:52 CET 2020 
Tue Nov 17 09:26:53 CET 2020 
Tue Nov 17 09:26:54 CET 2020 
Tue Nov 17 09:26:55 CET 2020 
Tue Nov 17 09:26:56 CET 2020 
Tue Nov 17 09:26:57 CET 2020 
Tue Nov 17 09:26:58 CET 2020 
^C
speedmonster(root) tmp 243# fg
tcpdump -nni net6 -s0 -w iperf3_speedmonster_server_side.pcap
^C773446 packets captured
773504 packets received by filter
0 packets dropped by kernel
speedmonster(root) tmp 244# 

[-- Attachment #5: ss_ouput_bridgemaster.txt --]
[-- Type: text/plain, Size: 174882 bytes --]

ti. 17. nov. 09:20:05 +0100 2020 
ti. 17. nov. 09:20:06 +0100 2020 
ti. 17. nov. 09:20:07 +0100 2020 
ti. 17. nov. 09:20:08 +0100 2020 
ti. 17. nov. 09:20:09 +0100 2020 
ti. 17. nov. 09:20:10 +0100 2020 
ti. 17. nov. 09:20:11 +0100 2020 
ti. 17. nov. 09:20:12 +0100 2020 
ti. 17. nov. 09:20:13 +0100 2020 
ti. 17. nov. 09:20:14 +0100 2020 
ti. 17. nov. 09:20:15 +0100 2020 
ti. 17. nov. 09:20:16 +0100 2020 
ti. 17. nov. 09:20:17 +0100 2020 ESTAB      0      2208200  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:308 rtt:107.72/4.981 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:47 bytes_sent:192584 bytes_acked:125976 bytes_received:37 segs_out:134 segs_in:78 data_segs_out:133 data_segs_in:1 bbr:(bw:4171760bps,mrtt:36.975,pacing_gain:2.88672,cwnd_gain:2.88672) send 5054289bps lastsnd:12 lastrcv:348 lastack:12 pacing_rate 11922272bps delivery_rate 4009360bps delivered:88 busy:344ms unacked:46 reordering:185 rcv_space:14600 rcv_ssthresh:64076 notsent:2141592 minrtt:36.975
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:308 lastrcv:464 lastack:256 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:18 +0100 2020 ESTAB      0      3426808  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:264 rtt:60.305/2.266 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:272 ssthresh:130 bytes_sent:4180376 bytes_retrans:2896 bytes_acked:3850232 bytes_received:37 segs_out:2888 segs_in:831 data_segs_out:2887 data_segs_in:1 bbr:(bw:41150040bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 52248537bps lastrcv:1356 pacing_rate 40738544bps delivery_rate 32886296bps delivered:2660 busy:1352ms unacked:226 retrans:0/2 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3099560 minrtt:28.929
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:1316 lastrcv:1472 lastack:1264 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:19 +0100 2020 ESTAB      0      3235064  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:332 rtt:130.271/2.234 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:276 ssthresh:130 bytes_sent:8386816 bytes_retrans:13032 bytes_acked:7974136 bytes_received:37 segs_out:5793 segs_in:1855 data_segs_out:5792 data_segs_in:1 bbr:(bw:40440248bps,mrtt:28.929,pacing_gain:0.75,cwnd_gain:2) send 24542561bps lastsnd:4 lastrcv:2368 lastack:4 pacing_rate 30026888bps delivery_rate 23893256bps delivered:5508 busy:2364ms unacked:276 retrans:0/9 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2835416 minrtt:28.929
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:2328 lastrcv:2484 lastack:2276 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:20 +0100 2020 ESTAB      0      2985120  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:264 rtt:62.683/3.466 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:252 ssthresh:130 bytes_sent:11245168 bytes_retrans:37648 bytes_acked:10845520 bytes_received:37 segs_out:7767 segs_in:2327 data_segs_out:7766 data_segs_in:1 bbr:(bw:36416936bps,mrtt:28.929,pacing_gain:1.25,cwnd_gain:2) send 46570330bps lastrcv:3380 lastack:12 pacing_rate 45065960bps delivery_rate 31287448bps delivered:7491 busy:3376ms unacked:250 retrans:0/26 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2623120 minrtt:28.929
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:3340 lastrcv:3496 lastack:3288 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:21 +0100 2020 ESTAB 0      3771056 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:288 rtt:86.115/6.079 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:276 ssthresh:130 bytes_sent:15731072 bytes_retrans:47784 bytes_acked:15302464 bytes_received:37 segs_out:10865 segs_in:3059 data_segs_out:10864 data_segs_in:1 bbr:(bw:39251280bps,mrtt:28.929,pacing_gain:1.25,cwnd_gain:2) send 37126912bps lastrcv:4392 lastack:8 pacing_rate 48573456bps delivery_rate 33253224bps delivered:10569 busy:4388ms unacked:263 retrans:0/33 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3390232 minrtt:28.929
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:4352 lastrcv:4508 lastack:4300 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:22 +0100 2020 ESTAB    0      3531248 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:400 rtt:199.126/2.019 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:276 ssthresh:130 bytes_sent:18621280 bytes_retrans:59368 bytes_acked:18163712 bytes_received:37 segs_out:12861 segs_in:3368 data_segs_out:12860 data_segs_in:1 bbr:(bw:39251280bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 16056085bps lastsnd:4 lastrcv:5400 lastack:4 pacing_rate 38858768bps delivery_rate 15851024bps delivered:12545 busy:5396ms unacked:275 retrans:0/41 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3133048 minrtt:28.929
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:5360 lastrcv:5516 lastack:5308 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:23 +0100 2020 ESTAB 0      3353984 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:272 rtt:68.981/1.512 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:292 ssthresh:130 bytes_sent:22737944 bytes_retrans:79640 bytes_acked:22273136 bytes_received:37 segs_out:15704 segs_in:4018 data_segs_out:15703 data_segs_in:1 bbr:(bw:40605272bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 49035647bps lastrcv:6416 lastack:8 pacing_rate 40199216bps delivery_rate 37452456bps delivered:15383 busy:6412ms unacked:266 retrans:0/55 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2968816 minrtt:28.929
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:6376 lastrcv:6532 lastack:6324 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:24 +0100 2020 ESTAB 0      3234640 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:324 rtt:121.52/2.751 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:262 ssthresh:130 bytes_sent:26953072 bytes_retrans:98464 bytes_acked:26324640 bytes_received:37 segs_out:18615 segs_in:4772 data_segs_out:18614 data_segs_in:1 bbr:(bw:40196520bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 24975379bps lastsnd:8 lastrcv:7432 lastack:8 pacing_rate 39794552bps delivery_rate 24056496bps delivered:18285 busy:7428ms unacked:366 retrans:13/68 lost:13 sacked:104 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2704672 minrtt:28.929
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:7392 lastrcv:7548 lastack:7340 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:25 +0100 2020 ESTAB    0      2877544 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:280 rtt:76.164/2.772 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:246 ssthresh:130 bytes_sent:29728888 bytes_retrans:98464 bytes_acked:29303176 bytes_received:37 segs_out:20532 segs_in:5230 data_segs_out:20531 data_segs_in:1 bbr:(bw:37397392bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 37414842bps lastrcv:8440 lastack:4 pacing_rate 37023416bps delivery_rate 34113848bps delivered:20238 busy:8436ms unacked:226 retrans:0/68 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2550296 minrtt:28.929
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:8404 lastrcv:8560 lastack:8352 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:26 +0100 2020 ESTAB 0      3609904 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:280 rtt:76.526/1.567 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:260 ssthresh:130 bytes_sent:34255336 bytes_retrans:102808 bytes_acked:33813696 bytes_received:37 segs_out:23658 segs_in:5974 data_segs_out:23657 data_segs_in:1 bbr:(bw:38787288bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 39357081bps lastrcv:9456 pacing_rate 38399416bps delivery_rate 32874760bps delivered:23353 busy:9452ms unacked:234 retrans:0/71 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3271072 minrtt:28.929
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:9416 lastrcv:9572 lastack:9364 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:27 +0100 2020 ESTAB 0      3255704 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:276 rtt:74.793/8.243 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:161 ssthresh:130 bytes_sent:37888368 bytes_retrans:464808 bytes_acked:36789336 bytes_received:37 segs_out:26167 segs_in:6450 data_segs_out:26166 data_segs_in:1 bbr:(bw:36673792bps,mrtt:28.929,pacing_gain:1,cwnd_gain:2) send 24935810bps lastrcv:10464 pacing_rate 36307048bps delivery_rate 11061544bps delivered:25622 busy:10460ms unacked:438 retrans:59/321 lost:125 sacked:214 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2621480 minrtt:28.929
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:10424 lastrcv:10580 lastack:10372 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:28 +0100 2020 ESTAB 0      3635640 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:272 rtt:69.583/7.744 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:264 ssthresh:130 bytes_sent:40105256 bytes_retrans:709520 bytes_acked:39030840 bytes_received:37 segs_out:27698 segs_in:6602 data_segs_out:27697 data_segs_in:1 bbr:(bw:44156304bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 43950045bps lastrcv:11476 lastack:4 pacing_rate 43714744bps delivery_rate 34695184bps delivered:26956 busy:11472ms unacked:252 retrans:0/490 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3270744 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:11436 lastrcv:11592 lastack:11384 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:29 +0100 2020 ESTAB    0      3375840 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:288 rtt:86.118/3.841 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:224 ssthresh:130 bytes_sent:44259568 bytes_retrans:724000 bytes_acked:43222800 bytes_received:37 segs_out:30567 segs_in:6947 data_segs_out:30566 data_segs_in:1 bbr:(bw:36648240bps,mrtt:24,pacing_gain:1.25,cwnd_gain:2) send 30130937bps lastrcv:12484 pacing_rate 45352200bps delivery_rate 29327848bps delivered:29851 busy:12480ms unacked:216 retrans:0/500 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3063072 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:12444 lastrcv:12600 lastack:12392 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:30 +0100 2020 ESTAB    0      3464728 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:276 rtt:73.972/4.246 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:240 ssthresh:130 bytes_sent:46951400 bytes_retrans:863008 bytes_acked:45755352 bytes_received:37 segs_out:32426 segs_in:7364 data_segs_out:32425 data_segs_in:1 bbr:(bw:33404464bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 37583951bps lastrcv:13492 pacing_rate 33070416bps delivery_rate 19462600bps delivered:31600 busy:13488ms unacked:230 retrans:0/596 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3131688 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:13456 lastrcv:13612 lastack:13404 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:31 +0100 2020 ESTAB    0      3537968 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:260 rtt:58.72/2.059 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:248 ssthresh:130 bytes_sent:50805976 bytes_retrans:890520 bytes_acked:49614272 bytes_received:37 segs_out:35088 segs_in:8383 data_segs_out:35087 data_segs_in:1 bbr:(bw:38506960bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 48924251bps lastrcv:14508 pacing_rate 38121888bps delivery_rate 30343008bps delivered:34265 busy:14504ms unacked:208 retrans:0/615 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3236784 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:14468 lastrcv:14624 lastack:14416 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:32 +0100 2020 ESTAB 0      3544320 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:304 rtt:102.531/10.432 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:208 ssthresh:130 bytes_sent:53826504 bytes_retrans:1055592 bytes_acked:52229360 bytes_received:37 segs_out:37174 segs_in:8951 data_segs_out:37173 data_segs_in:1 bbr:(bw:38506960bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 23499937bps lastsnd:12 lastrcv:15520 lastack:12 pacing_rate 38121888bps delivery_rate 13845648bps delivered:36237 busy:15516ms unacked:374 retrans:47/729 lost:47 sacked:166 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3002768 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:15480 lastrcv:15636 lastack:15428 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:33 +0100 2020 ESTAB 0      3569776 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:42.248/0.846 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:236 ssthresh:130 bytes_sent:57850496 bytes_retrans:1578320 bytes_acked:56136064 bytes_received:37 segs_out:39953 segs_in:9444 data_segs_out:39952 data_segs_in:1 bbr:(bw:40036328bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 64708957bps lastrcv:16532 lastack:4 pacing_rate 39635968bps delivery_rate 29739128bps delivered:38769 busy:16528ms unacked:94 retrans:0/1090 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3433664 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:16492 lastrcv:16648 lastack:16440 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:34 +0100 2020 ESTAB    0      3892072 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:34.746/1.824 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:130 bytes_sent:61907792 bytes_retrans:1977968 bytes_acked:59745928 bytes_received:37 segs_out:42755 segs_in:9851 data_segs_out:42754 data_segs_in:1 bbr:(bw:29885872bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 65344615bps lastrcv:17544 lastack:16 pacing_rate 29587016bps delivery_rate 29587152bps delivered:41262 busy:17540ms unacked:127 retrans:0/1366 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3708176 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:17504 lastrcv:17660 lastack:17452 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:35 +0100 2020 ESTAB 0      2870064 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:248 rtt:46.584/5.322 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:168 ssthresh:130 bytes_sent:65420640 bytes_retrans:2898896 bytes_acked:62078656 bytes_received:37 segs_out:45181 segs_in:10405 data_segs_out:45180 data_segs_in:1 bbr:(bw:29885872bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 41776404bps lastrcv:18556 pacing_rate 29587016bps delivery_rate 26555520bps delivered:43059 busy:18552ms unacked:306 retrans:11/2002 lost:11 sacked:186 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2426976 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:18516 lastrcv:18672 lastack:18464 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:36 +0100 2020 ESTAB 0      3425488 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:43.048/1.38 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:192 ssthresh:130 bytes_sent:68963896 bytes_retrans:3308680 bytes_acked:65455392 bytes_received:37 segs_out:47628 segs_in:10888 data_segs_out:47627 data_segs_in:1 bbr:(bw:33374768bps,mrtt:24,pacing_gain:0.75,cwnd_gain:2) send 51666233bps lastrcv:19568 lastack:4 pacing_rate 24780768bps delivery_rate 31383112bps delivered:45205 busy:19564ms unacked:138 retrans:0/2285 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3225664 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:19528 lastrcv:19684 lastack:19476 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:37 +0100 2020 ESTAB 0      3584160 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.088/5.46 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:226 ssthresh:130 bytes_sent:73433872 bytes_retrans:3938560 bytes_acked:69228880 bytes_received:37 segs_out:50715 segs_in:11445 data_segs_out:50714 data_segs_in:1 bbr:(bw:39383848bps,mrtt:24,pacing_gain:1,cwnd_gain:2) send 70588438bps lastrcv:20576 lastack:4 pacing_rate 38990008bps delivery_rate 8759720bps delivered:47813 busy:20572ms unacked:184 retrans:0/2720 sacked:2 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3317728 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:20536 lastrcv:20692 lastack:20484 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:38 +0100 2020 ESTAB 0      2775008 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:48.638/5.789 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:150 ssthresh:130 bytes_sent:75679720 bytes_retrans:4171688 bytes_acked:71348752 bytes_received:37 segs_out:52266 segs_in:11766 data_segs_out:52265 data_segs_in:1 bbr:(bw:22735472bps,mrtt:28.875,pacing_gain:1,cwnd_gain:2) send 35725153bps lastrcv:21584 lastack:8 pacing_rate 22508112bps delivery_rate 19086008bps delivered:49275 busy:21580ms unacked:110 retrans:0/2881 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2615728 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:21544 lastrcv:21700 lastack:21492 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:39 +0100 2020 ESTAB 0      3870536 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:32.525/1.651 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:174 ssthresh:130 bytes_sent:78484496 bytes_retrans:4210784 bytes_acked:74185384 bytes_received:37 segs_out:54203 segs_in:12288 data_segs_out:54202 data_segs_in:1 bbr:(bw:22735472bps,mrtt:25.834,pacing_gain:1,cwnd_gain:2) send 61971284bps lastsnd:4 lastrcv:22596 lastack:4 pacing_rate 22508112bps delivery_rate 21515880bps delivered:51234 busy:22592ms unacked:61 retrans:0/2908 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3782208 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:22556 lastrcv:22712 lastack:22504 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:40 +0100 2020 ESTAB    0      3210808 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:244 rtt:40.308/0.936 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:242 ssthresh:130 bytes_sent:81895984 bytes_retrans:4220920 bytes_acked:77466552 bytes_received:37 segs_out:56559 segs_in:12904 data_segs_out:56558 data_segs_in:1 bbr:(bw:39116640bps,mrtt:25.2,pacing_gain:1,cwnd_gain:2) send 69547683bps lastrcv:23608 pacing_rate 38725472bps delivery_rate 37776840bps delivered:53500 busy:23604ms unacked:144 retrans:0/2915 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3002296 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:23568 lastrcv:23724 lastack:23516 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:41 +0100 2020 ESTAB 0      3863528 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:272 rtt:68.283/1.704 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:252 ssthresh:130 bytes_sent:86659904 bytes_retrans:4252776 bytes_acked:82056712 bytes_received:37 segs_out:59849 segs_in:13662 data_segs_out:59848 data_segs_in:1 bbr:(bw:40704696bps,mrtt:25.2,pacing_gain:1.25,cwnd_gain:2) send 42751021bps lastrcv:24620 lastack:4 pacing_rate 50372064bps delivery_rate 33844088bps delivered:56670 busy:24616ms unacked:242 retrans:0/2937 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3513112 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:24580 lastrcv:24736 lastack:24528 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:43 +0100 2020 ESTAB 0      3372048 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:288 rtt:87.067/3.521 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:240 ssthresh:130 bytes_sent:91090784 bytes_retrans:4267256 bytes_acked:86480352 bytes_received:37 segs_out:62909 segs_in:14505 data_segs_out:62908 data_segs_in:1 bbr:(bw:40034256bps,mrtt:25.2,pacing_gain:1,cwnd_gain:2) send 31931271bps lastrcv:25628 pacing_rate 39633920bps delivery_rate 31300544bps delivered:59725 busy:25624ms unacked:237 retrans:0/2947 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3028872 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:25588 lastrcv:25744 lastack:25536 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:44 +0100 2020 ESTAB 0      3570984 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:48.365/3.407 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:128 ssthresh:130 bytes_sent:94720920 bytes_retrans:5458960 bytes_acked:88902856 bytes_received:37 segs_out:65416 segs_in:14913 data_segs_out:65415 data_segs_in:1 bbr:(bw:18719752bps,mrtt:25.2,pacing_gain:1,cwnd_gain:2) send 30657542bps lastrcv:26644 lastack:4 pacing_rate 18532552bps delivery_rate 12905520bps delivered:61542 busy:26640ms unacked:248 retrans:52/3770 lost:76 sacked:144 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3211880 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:26604 lastrcv:26760 lastack:26552 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:45 +0100 2020 ESTAB 0      3782952 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:232 rtt:29.815/1.399 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:130 ssthresh:130 bytes_sent:97039168 bytes_retrans:5648648 bytes_acked:91312328 bytes_received:37 segs_out:67017 segs_in:15413 data_segs_out:67016 data_segs_in:1 bbr:(bw:18719752bps,mrtt:24.662,pacing_gain:1,cwnd_gain:2) send 50508804bps lastsnd:4 lastrcv:27660 lastack:8 pacing_rate 18532552bps delivery_rate 18560384bps delivered:63062 busy:27656ms unacked:54 retrans:0/3901 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3704760 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:27620 lastrcv:27776 lastack:27568 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:46 +0100 2020 ESTAB    0      3137424 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:300 rtt:99.226/6.703 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 ssthresh:130 bytes_sent:99163384 bytes_retrans:5657336 bytes_acked:93268576 bytes_received:37 segs_out:68484 segs_in:15915 data_segs_out:68483 data_segs_in:1 bbr:(bw:18719752bps,mrtt:24.662,pacing_gain:1,cwnd_gain:2) send 12958539bps lastsnd:12 lastrcv:28668 lastack:36 pacing_rate 18532552bps delivery_rate 13136624bps delivered:64466 busy:28664ms unacked:164 retrans:6/3907 lost:6 sacked:53 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2899952 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:28628 lastrcv:28784 lastack:28576 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:47 +0100 2020 ESTAB    0      2819424 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:244 rtt:42.309/6.356 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:159 ssthresh:130 bytes_sent:102147712 bytes_retrans:5663128 bytes_acked:96208016 bytes_received:37 segs_out:70545 segs_in:16441 data_segs_out:70544 data_segs_in:1 bbr:(bw:33902976bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 43533433bps lastsnd:4 lastrcv:29684 lastack:8 pacing_rate 33563944bps delivery_rate 33891744bps delivered:66532 busy:29680ms unacked:191 retrans:4/3911 lost:4 sacked:89 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2542856 minrtt:24
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:29644 lastrcv:29800 lastack:29592 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:48 +0100 2020 ESTAB 0      3619840 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:308 rtt:106.956/4.929 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:258 ssthresh:130 bytes_sent:106682848 bytes_retrans:5663128 bytes_acked:100650480 bytes_received:37 segs_out:73677 segs_in:17144 data_segs_out:73676 data_segs_in:1 bbr:(bw:42699440bps,mrtt:24.581,pacing_gain:1.25,cwnd_gain:2) send 27943005bps lastrcv:30692 pacing_rate 52840552bps delivery_rate 25934856bps delivered:69511 busy:30688ms unacked:255 retrans:0/3911 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3250600 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:30652 lastrcv:30808 lastack:30600 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:49 +0100 2020 ESTAB 0      3559584 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:50.45/1.723 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:220 ssthresh:130 bytes_sent:109261736 bytes_retrans:5683400 bytes_acked:103332176 bytes_received:37 segs_out:75458 segs_in:17663 data_segs_out:75457 data_segs_in:1 bbr:(bw:37842736bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 50514965bps lastrcv:31700 lastack:4 pacing_rate 37464312bps delivery_rate 32921744bps delivered:71363 busy:31696ms unacked:170 retrans:0/3925 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3313424 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:31660 lastrcv:31816 lastack:31608 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:50 +0100 2020 ESTAB 0      2973984 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:280 rtt:78.083/0.611 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:260 ssthresh:130 bytes_sent:113917056 bytes_retrans:5694984 bytes_acked:107849936 bytes_received:37 segs_out:78673 segs_in:18428 data_segs_out:78672 data_segs_in:1 bbr:(bw:41804600bps,mrtt:24.581,pacing_gain:1.25,cwnd_gain:2) send 38572288bps lastsnd:4 lastrcv:32704 lastack:4 pacing_rate 51733192bps delivery_rate 34062376bps delivered:74483 busy:32700ms unacked:257 retrans:0/3933 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2601848 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:32664 lastrcv:32820 lastack:32612 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:51 +0100 2020 ESTAB 0      3755296 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:376 rtt:173.698/6.844 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:218 ssthresh:130 bytes_sent:117021568 bytes_retrans:5710912 bytes_acked:111000784 bytes_received:37 segs_out:80817 segs_in:19189 data_segs_out:80816 data_segs_in:1 bbr:(bw:38624336bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 14538521bps lastsnd:4 lastrcv:33708 lastack:4 pacing_rate 38238096bps delivery_rate 15030744bps delivered:76659 busy:33704ms unacked:214 retrans:0/3944 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3445424 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:33668 lastrcv:33824 lastack:33616 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:52 +0100 2020 ESTAB 0      3873424 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:280 rtt:77.769/2.458 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:244 ssthresh:130 bytes_sent:120912344 bytes_retrans:5792000 bytes_acked:114814816 bytes_received:37 segs_out:83504 segs_in:19774 data_segs_out:83503 data_segs_in:1 bbr:(bw:39070376bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 36344765bps lastrcv:34716 lastack:4 pacing_rate 38679672bps delivery_rate 37027816bps delivered:79293 busy:34712ms unacked:211 retrans:0/4000 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3567896 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:34676 lastrcv:34832 lastack:34624 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:53 +0100 2020 ESTAB 0      3768280 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:256 rtt:53.788/7.364 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:188 ssthresh:130 bytes_sent:124565648 bytes_retrans:6572472 bytes_acked:117541400 bytes_received:37 segs_out:86027 segs_in:20232 data_segs_out:86026 data_segs_in:1 bbr:(bw:28767328bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 40488436bps lastrcv:35724 lastack:4 pacing_rate 28479656bps delivery_rate 20720768bps delivered:81363 busy:35720ms unacked:312 retrans:46/4539 lost:46 sacked:187 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3316504 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:35684 lastrcv:35840 lastack:35632 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:54 +0100 2020 ESTAB 0      3651552 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.597/2.18 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:178 ssthresh:130 bytes_sent:127639752 bytes_retrans:7244344 bytes_acked:120279568 bytes_received:37 segs_out:88150 segs_in:20659 data_segs_out:88149 data_segs_in:1 bbr:(bw:28767328bps,mrtt:24.581,pacing_gain:1,cwnd_gain:2) send 54843525bps lastrcv:36732 pacing_rate 28479656bps delivery_rate 26062592bps delivered:83067 busy:36728ms unacked:80 retrans:0/5003 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3535712 minrtt:24
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:36692 lastrcv:36848 lastack:36640 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:55 +0100 2020 ESTAB      0      2896256  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:37.806/3.097 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:201 ssthresh:130 bytes_sent:131474056 bytes_retrans:7309504 bytes_acked:123656304 bytes_received:37 segs_out:90798 segs_in:20895 data_segs_out:90797 data_segs_in:1 bbr:(bw:39794672bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 61587684bps lastsnd:4 lastrcv:37744 lastack:16 pacing_rate 39396720bps delivery_rate 28364632bps delivered:85587 busy:37740ms unacked:351 retrans:6/5048 lost:6 sacked:188 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2388008 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:37704 lastrcv:37860 lastack:37652 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:56 +0100 2020 ESTAB      0      3652952  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:39.633/1.874 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:150 ssthresh:130 bytes_sent:135107088 bytes_retrans:8147896 bytes_acked:126831768 bytes_received:37 segs_out:93307 segs_in:21301 data_segs_out:93306 data_segs_in:1 bbr:(bw:24313168bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 43842253bps lastrcv:38752 lastack:4 pacing_rate 24070040bps delivery_rate 16824776bps delivered:87592 busy:38748ms unacked:88 retrans:0/5627 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3525528 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:38712 lastrcv:38868 lastack:38660 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:57 +0100 2020 ESTAB 0      3888088 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.771/3.449 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 ssthresh:130 bytes_sent:137866976 bytes_retrans:8524376 bytes_acked:129218072 bytes_received:37 segs_out:95213 segs_in:21645 data_segs_out:95212 data_segs_in:1 bbr:(bw:24313168bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 40777451bps lastrcv:39760 lastack:4 pacing_rate 24070040bps delivery_rate 23499896bps delivered:89240 busy:39756ms unacked:86 retrans:0/5887 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3763560 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:39720 lastrcv:39876 lastack:39668 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:58 +0100 2020 ESTAB 0      3147272 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.489/1.03 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:212 ssthresh:130 bytes_sent:141285704 bytes_retrans:8524376 bytes_acked:132580328 bytes_received:37 segs_out:97574 segs_in:22178 data_segs_out:97573 data_segs_in:1 bbr:(bw:37545840bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 65507429bps lastrcv:40768 pacing_rate 37170384bps delivery_rate 34489016bps delivered:91562 busy:40764ms unacked:125 retrans:0/5887 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2966272 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:40732 lastrcv:40888 lastack:40680 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:20:59 +0100 2020 ESTAB 0      2946840 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:36.502/1.374 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:198 ssthresh:130 bytes_sent:145799120 bytes_retrans:8932712 bytes_acked:136712920 bytes_received:37 segs_out:100691 segs_in:22838 data_segs_out:100690 data_segs_in:1 bbr:(bw:31096256bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 62835790bps lastrcv:41780 lastack:4 pacing_rate 30785288bps delivery_rate 26565816bps delivered:94416 busy:41776ms unacked:106 retrans:0/6169 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2793352 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:41740 lastrcv:41896 lastack:41688 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:00 +0100 2020 ESTAB 0      3164880 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:34.857/2.253 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:200 ssthresh:130 bytes_sent:149556680 bytes_retrans:9006560 bytes_acked:140427040 bytes_received:37 segs_out:103286 segs_in:23538 data_segs_out:103285 data_segs_in:1 bbr:(bw:31096256bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 66465846bps lastrcv:42788 lastack:4 pacing_rate 30785288bps delivery_rate 31366192bps delivered:96981 busy:42784ms unacked:85 retrans:0/6220 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3041800 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:42748 lastrcv:42904 lastack:42696 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:01 +0100 2020 ESTAB    0      3387264 [::ffff:88.91.13.161]:7707   [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.07/5.485 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 ssthresh:130 bytes_sent:153600944 bytes_retrans:9173080 bytes_acked:144136816 bytes_received:37 segs_out:106079 segs_in:24027 data_segs_out:106078 data_segs_in:1 bbr:(bw:41622320bps,mrtt:23.976,pacing_gain:0.75,cwnd_gain:2) send 41509086bps lastrcv:43796 pacing_rate 30904568bps delivery_rate 21583872bps delivered:99567 busy:43792ms unacked:201 retrans:21/6335 lost:61 sacked:24 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3096216 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707   [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:43760 lastrcv:43916 lastack:43708 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:02 +0100 2020 ESTAB 0      2896952 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.703/2.003 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 ssthresh:130 bytes_sent:157840688 bytes_retrans:10357544 bytes_acked:147248568 bytes_received:37 segs_out:109007 segs_in:24612 data_segs_out:109006 data_segs_in:1 bbr:(bw:39829880bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 34104024bps lastrcv:44812 pacing_rate 39431584bps delivery_rate 15377240bps delivered:101741 busy:44808ms unacked:162 retrans:49/7153 lost:51 sacked:49 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2662376 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:44772 lastrcv:44928 lastack:44720 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:03 +0100 2020 ESTAB 0      3527672 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.877/2.877 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:174 ssthresh:130 bytes_sent:161276792 bytes_retrans:10593568 bytes_acked:150550008 bytes_received:37 segs_out:111380 segs_in:25318 data_segs_out:111379 data_segs_in:1 bbr:(bw:26601360bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 53214774bps lastrcv:45828 lastack:4 pacing_rate 26335344bps delivery_rate 23787008bps delivered:103972 busy:45824ms unacked:92 retrans:0/7316 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3394456 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:45788 lastrcv:45944 lastack:45736 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:04 +0100 2020 ESTAB 0      2889664 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:43.089/2.943 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:166 ssthresh:130 bytes_sent:164560856 bytes_retrans:10616736 bytes_acked:153809456 bytes_received:37 segs_out:113648 segs_in:25802 data_segs_out:113647 data_segs_in:1 bbr:(bw:26601360bps,mrtt:23.976,pacing_gain:1,cwnd_gain:2) send 44627260bps lastrcv:46836 lastack:4 pacing_rate 26335344bps delivery_rate 27311744bps delivered:106223 busy:46832ms unacked:93 retrans:0/7332 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2755000 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:46796 lastrcv:46952 lastack:46744 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:05 +0100 2020 ESTAB 0      2913392 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.558/1.006 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:200 ssthresh:130 bytes_sent:167374320 bytes_retrans:10794840 bytes_acked:156407168 bytes_received:37 segs_out:115591 segs_in:26294 data_segs_out:115590 data_segs_in:1 bbr:(bw:32009040bps,mrtt:25,pacing_gain:0.75,cwnd_gain:2) send 58567167bps lastrcv:47848 pacing_rate 23766712bps delivery_rate 31956968bps delivered:108017 busy:47844ms unacked:119 retrans:0/7455 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2741080 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:47808 lastrcv:47964 lastack:47756 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:06 +0100 2020 ESTAB    0      3765936 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:272 rtt:69.828/2.532 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:250 ssthresh:130 bytes_sent:171987648 bytes_retrans:10833936 bytes_acked:160797504 bytes_received:37 segs_out:118777 segs_in:26970 data_segs_out:118776 data_segs_in:1 bbr:(bw:40652224bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 41473334bps lastrcv:48856 pacing_rate 40245696bps delivery_rate 32846736bps delivered:111049 busy:48852ms unacked:246 retrans:0/7482 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3409728 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:48816 lastrcv:48972 lastack:48764 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:07 +0100 2020 ESTAB    0      3252456 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:248 rtt:46.97/2.538 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:145 ssthresh:130 bytes_sent:175911728 bytes_retrans:11688256 bytes_acked:163932424 bytes_received:37 segs_out:121487 segs_in:27478 data_segs_out:121486 data_segs_in:1 bbr:(bw:32702952bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 35760698bps lastsnd:8 lastrcv:49864 lastack:12 pacing_rate 32375920bps delivery_rate 29246656bps delivered:113270 busy:49860ms unacked:201 retrans:7/8072 lost:7 sacked:56 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2961408 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:49824 lastrcv:49980 lastack:49772 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:08 +0100 2020 ESTAB      0      3836840  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:244 rtt:41.212/2.368 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:118 ssthresh:130 bytes_sent:179848840 bytes_retrans:12280488 bytes_acked:167280200 bytes_received:37 segs_out:124206 segs_in:27978 data_segs_out:124205 data_segs_in:1 bbr:(bw:31414552bps,mrtt:25,pacing_gain:0.75,cwnd_gain:2) send 33167815bps lastrcv:50872 pacing_rate 23325304bps delivery_rate 26590504bps delivered:115632 busy:50868ms unacked:199 retrans:33/8481 lost:33 sacked:106 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3548688 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:50836 lastrcv:50992 lastack:50784 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:09 +0100 2020 ESTAB      0      3226344  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:236 rtt:33.233/1.389 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:152 ssthresh:130 bytes_sent:183399336 bytes_retrans:12793080 bytes_acked:170512136 bytes_received:37 segs_out:126658 segs_in:28476 data_segs_out:126657 data_segs_in:1 bbr:(bw:25036776bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 52982517bps lastrcv:51884 pacing_rate 24786408bps delivery_rate 24786488bps delivered:117758 busy:51880ms unacked:65 retrans:0/8835 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3132224 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:51844 lastrcv:52000 lastack:51792 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:10 +0100 2020 ESTAB      0      2762096  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:236 rtt:35.008/1.27 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:158 ssthresh:130 bytes_sent:186524120 bytes_retrans:12813352 bytes_acked:173597824 bytes_received:37 segs_out:128816 segs_in:29175 data_segs_out:128815 data_segs_in:1 bbr:(bw:25036776bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 52281536bps lastrcv:52892 lastack:4 pacing_rate 24786408bps delivery_rate 24786440bps delivered:119889 busy:52888ms unacked:78 retrans:0/8849 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2649152 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:52852 lastrcv:53008 lastack:52800 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:11 +0100 2020 ESTAB    0      2934968 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:248 rtt:45.454/6.354 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:202 ssthresh:130 bytes_sent:188978480 bytes_retrans:12830728 bytes_acked:176046392 bytes_received:37 segs_out:130511 segs_in:29740 data_segs_out:130510 data_segs_in:1 bbr:(bw:25036776bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 51479914bps lastrcv:53900 pacing_rate 24786408bps delivery_rate 16364304bps delivered:121580 busy:53896ms unacked:70 retrans:0/8861 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2833608 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:53864 lastrcv:54020 lastack:53812 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:12 +0100 2020 ESTAB 0      2901056 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:264 rtt:61.003/1.237 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:252 ssthresh:130 bytes_sent:193163200 bytes_retrans:12845208 bytes_acked:180012464 bytes_received:37 segs_out:133401 segs_in:30583 data_segs_out:133400 data_segs_in:1 bbr:(bw:41771456bps,mrtt:24.665,pacing_gain:0.75,cwnd_gain:2) send 47852860bps lastrcv:54916 pacing_rate 31015304bps delivery_rate 35922968bps delivered:124319 busy:54912ms unacked:211 retrans:0/8871 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2595528 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:54876 lastrcv:55032 lastack:54824 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:13 +0100 2020 ESTAB 0      3372496 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.769/1.806 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:156 ssthresh:130 bytes_sent:197271176 bytes_retrans:13682152 bytes_acked:183473184 bytes_received:37 segs_out:136238 segs_in:31191 data_segs_out:136237 data_segs_in:1 bbr:(bw:22976440bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 45440016bps lastrcv:55924 pacing_rate 22746672bps delivery_rate 18496936bps delivered:126713 busy:55920ms unacked:80 retrans:0/9449 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3256656 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:55888 lastrcv:56044 lastack:55836 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:14 +0100 2020 ESTAB 0      3329616 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:256 rtt:54.046/1.904 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:154 ssthresh:130 bytes_sent:200099120 bytes_retrans:13812472 bytes_acked:186137504 bytes_received:37 segs_out:138191 segs_in:31620 data_segs_out:138190 data_segs_in:1 bbr:(bw:22976440bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 33007734bps lastsnd:4 lastrcv:56936 lastack:4 pacing_rate 22746672bps delivery_rate 22746672bps delivered:128553 busy:56932ms unacked:103 retrans:0/9539 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3180472 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:56896 lastrcv:57052 lastack:56844 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:15 +0100 2020 ESTAB 0      3102840 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:35.336/2.243 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:162 ssthresh:130 bytes_sent:202987880 bytes_retrans:13905144 bytes_acked:188985720 bytes_received:37 segs_out:140186 segs_in:32059 data_segs_out:140185 data_segs_in:1 bbr:(bw:25725160bps,mrtt:24.665,pacing_gain:1.25,cwnd_gain:2) send 53107539bps lastrcv:57944 lastack:4 pacing_rate 31834888bps delivery_rate 24677200bps delivered:130520 busy:57940ms unacked:67 retrans:0/9603 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3005824 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:57904 lastrcv:58060 lastack:57852 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:16 +0100 2020 ESTAB    0      2666104 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:308 rtt:105.568/4.73 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:198 ssthresh:130 bytes_sent:206379096 bytes_retrans:13909488 bytes_acked:192043896 bytes_received:37 segs_out:142528 segs_in:32335 data_segs_out:142527 data_segs_in:1 bbr:(bw:34434624bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 21726584bps lastsnd:4 lastrcv:58952 lastack:4 pacing_rate 34090280bps delivery_rate 22281800bps delivered:132728 busy:58948ms unacked:294 retrans:3/9606 lost:3 sacked:96 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2240392 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:58912 lastrcv:59068 lastack:58860 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:17 +0100 2020 ESTAB      0      3250488  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:37.011/1.722 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:212 ssthresh:130 bytes_sent:209508224 bytes_retrans:13963064 bytes_acked:195391672 bytes_received:37 segs_out:144689 segs_in:32771 data_segs_out:144688 data_segs_in:1 bbr:(bw:33880184bps,mrtt:24.665,pacing_gain:0.75,cwnd_gain:2) send 66353462bps lastrcv:59964 lastack:4 pacing_rate 25156040bps delivery_rate 33880344bps delivered:134944 busy:59960ms unacked:106 retrans:0/9643 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3097000 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:59924 lastrcv:60080 lastack:59872 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:18 +0100 2020 ESTAB 0      3307800 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:38.028/4.472 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:105 ssthresh:130 bytes_sent:213923176 bytes_retrans:14411944 bytes_acked:199266520 bytes_received:37 segs_out:147738 segs_in:33200 data_segs_out:147737 data_segs_in:1 bbr:(bw:38520080bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 31984853bps lastrcv:60976 pacing_rate 38134880bps delivery_rate 22512008bps delivered:137636 busy:60972ms unacked:169 retrans:16/9953 lost:64 sacked:16 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3063088 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:60940 lastrcv:61096 lastack:60888 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:19 +0100 2020 ESTAB 0      3517152 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.369/1.049 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:130 bytes_sent:218086176 bytes_retrans:14954944 bytes_acked:202989328 bytes_received:37 segs_out:150613 segs_in:33744 data_segs_out:150612 data_segs_in:1 bbr:(bw:27861448bps,mrtt:24.665,pacing_gain:1,cwnd_gain:2) send 57671366bps lastrcv:61988 lastack:4 pacing_rate 27582832bps delivery_rate 26571128bps delivered:140194 busy:61984ms unacked:98 retrans:0/10328 sacked:3 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3375248 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:61948 lastrcv:62104 lastack:61896 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:20 +0100 2020 ESTAB    0      3792832 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:35.458/3.149 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:186 ssthresh:130 bytes_sent:220421800 bytes_retrans:14983904 bytes_acked:205335088 bytes_received:37 segs_out:152226 segs_in:33981 data_segs_out:152225 data_segs_in:1 bbr:(bw:27861448bps,mrtt:25.906,pacing_gain:1,cwnd_gain:2) send 60765525bps lastrcv:62996 lastack:4 pacing_rate 27582832bps delivery_rate 27169528bps delivered:141811 busy:62992ms unacked:71 retrans:0/10348 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3690024 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:62956 lastrcv:63112 lastack:62904 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:21 +0100 2020 ESTAB 0      3053464 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:260 rtt:57.261/1.836 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:198 ssthresh:130 bytes_sent:223901344 bytes_retrans:14998384 bytes_acked:208695896 bytes_received:37 segs_out:154629 segs_in:34356 data_segs_out:154628 data_segs_in:1 bbr:(bw:27861448bps,mrtt:25.906,pacing_gain:1,cwnd_gain:2) send 40055745bps lastrcv:64004 pacing_rate 27582832bps delivery_rate 23273016bps delivered:144132 busy:64000ms unacked:143 retrans:0/10358 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2846400 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:63964 lastrcv:64120 lastack:63912 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:22 +0100 2020 ESTAB    0      3197656 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:39.16/2.611 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:132 ssthresh:130 bytes_sent:227753024 bytes_retrans:15023000 bytes_acked:212483864 bytes_received:37 segs_out:157289 segs_in:35002 data_segs_out:157288 data_segs_in:1 bbr:(bw:38706504bps,mrtt:25.906,pacing_gain:1,cwnd_gain:2) send 39047191bps lastsnd:4 lastrcv:65016 lastack:4 pacing_rate 38319440bps delivery_rate 34892504bps delivered:146812 busy:65012ms unacked:170 retrans:17/10375 lost:17 sacked:64 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2951496 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:64976 lastrcv:65132 lastack:64924 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:23 +0100 2020 ESTAB 0      3557600 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:248 rtt:46.979/1.245 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:184 ssthresh:130 bytes_sent:231730680 bytes_retrans:15509528 bytes_acked:216058976 bytes_received:37 segs_out:160036 segs_in:35729 data_segs_out:160035 data_segs_in:1 bbr:(bw:27751664bps,mrtt:25.906,pacing_gain:1,cwnd_gain:2) send 45370400bps lastrcv:66028 pacing_rate 27474144bps delivery_rate 21578832bps delivered:149217 busy:66024ms unacked:112 retrans:0/10711 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3392528 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:65992 lastrcv:66148 lastack:65940 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:24 +0100 2020 ESTAB      0      2703560  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:244 rtt:43.768/4.593 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:83 ssthresh:130 bytes_sent:234920624 bytes_retrans:16492720 bytes_acked:218220840 bytes_received:37 segs_out:162239 segs_in:36230 data_segs_out:162238 data_segs_in:1 bbr:(bw:27751664bps,mrtt:25.392,pacing_gain:1,cwnd_gain:2) send 21967465bps lastrcv:67040 lastack:4 pacing_rate 27474144bps delivery_rate 15726512bps delivered:150791 busy:67036ms unacked:143 retrans:57/11390 lost:60 sacked:81 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2496496 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:67000 lastrcv:67156 lastack:66948 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:25 +0100 2020 ESTAB    0      3243056 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:32.854/1.266 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:188 ssthresh:130 bytes_sent:238332112 bytes_retrans:16595528 bytes_acked:221613504 bytes_received:37 segs_out:164595 segs_in:36938 data_segs_out:164594 data_segs_in:1 bbr:(bw:31025136bps,mrtt:25.392,pacing_gain:1,cwnd_gain:2) send 66286967bps lastrcv:68048 pacing_rate 30714880bps delivery_rate 26034744bps delivered:153053 busy:68044ms unacked:85 retrans:0/11461 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3119976 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:68008 lastrcv:68164 lastack:67956 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:26 +0100 2020 ESTAB 0      3986720 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:40.695/2.665 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:188 ssthresh:130 bytes_sent:242670320 bytes_retrans:17355728 bytes_acked:224802000 bytes_received:37 segs_out:167591 segs_in:37474 data_segs_out:167590 data_segs_in:1 bbr:(bw:32287984bps,mrtt:25.392,pacing_gain:1,cwnd_gain:2) send 53514977bps lastrcv:69056 lastack:8 pacing_rate 31965104bps delivery_rate 20471544bps delivered:155475 busy:69052ms unacked:354 retrans:89/11986 lost:89 sacked:220 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3474128 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:69020 lastrcv:69176 lastack:68968 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:27 +0100 2020 ESTAB 0      3012776 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.14/0.893 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:210 ssthresh:130 bytes_sent:246078912 bytes_retrans:17562792 bytes_acked:228397384 bytes_received:37 segs_out:169945 segs_in:37960 data_segs_out:169944 data_segs_in:1 bbr:(bw:26832664bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 65499192bps lastrcv:70072 pacing_rate 26564336bps delivery_rate 25698584bps delivered:157738 busy:70068ms unacked:82 retrans:0/12129 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2894040 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:70032 lastrcv:70188 lastack:69980 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:28 +0100 2020 ESTAB 0      3705760 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.578/0.916 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:178 ssthresh:130 bytes_sent:249358632 bytes_retrans:17625056 bytes_acked:231636560 bytes_received:37 segs_out:172210 segs_in:38518 data_segs_out:172209 data_segs_in:1 bbr:(bw:26832664bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 54871254bps lastrcv:71080 pacing_rate 26564336bps delivery_rate 21030328bps delivered:159975 busy:71076ms unacked:67 retrans:0/12172 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3608744 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:71040 lastrcv:71196 lastack:70988 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:29 +0100 2020 ESTAB    0      2714440 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:37.753/1.293 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:226 ssthresh:130 bytes_sent:253207416 bytes_retrans:17762616 bytes_acked:235249320 bytes_received:37 segs_out:174868 segs_in:39384 data_segs_out:174867 data_segs_in:1 bbr:(bw:38072664bps,mrtt:24.641,pacing_gain:1.25,cwnd_gain:2) send 69345059bps lastrcv:72088 pacing_rate 47114920bps delivery_rate 35944360bps delivered:162470 busy:72084ms unacked:135 retrans:0/12267 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2518960 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:72052 lastrcv:72208 lastack:72000 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:30 +0100 2020 ESTAB 0      3414664 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:43.042/1.811 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:212 ssthresh:130 bytes_sent:257305256 bytes_retrans:18531504 bytes_acked:238481256 bytes_received:37 segs_out:177698 segs_in:39920 data_segs_out:177697 data_segs_in:1 bbr:(bw:35506224bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 57056085bps lastrcv:73100 lastack:4 pacing_rate 35151160bps delivery_rate 35506880bps delivered:164792 busy:73096ms unacked:202 retrans:9/12798 lost:9 sacked:90 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3122168 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:73060 lastrcv:73216 lastack:73008 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:31 +0100 2020 ESTAB 0      3148792 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:40.64/3.332 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:130 bytes_sent:260172296 bytes_retrans:18689336 bytes_acked:241368568 bytes_received:37 segs_out:179678 segs_in:40443 data_segs_out:179677 data_segs_in:1 bbr:(bw:22321192bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 40475591bps lastrcv:74112 pacing_rate 22097984bps delivery_rate 20866752bps delivered:166696 busy:74108ms unacked:79 retrans:0/12907 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3034400 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:74076 lastrcv:74232 lastack:74024 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:32 +0100 2020 ESTAB    0      2968352 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:32.294/1.423 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:144 ssthresh:130 bytes_sent:262961144 bytes_retrans:18702368 bytes_acked:244170448 bytes_received:37 segs_out:181604 segs_in:41067 data_segs_out:181603 data_segs_in:1 bbr:(bw:23360336bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 51653434bps lastrcv:75124 lastack:4 pacing_rate 23126736bps delivery_rate 22427872bps delivered:168631 busy:75120ms unacked:61 retrans:0/12916 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2880024 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:75084 lastrcv:75240 lastack:75032 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:33 +0100 2020 ESTAB 0      2921408 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:256 rtt:54.416/0.78 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:240 ssthresh:130 bytes_sent:267134280 bytes_retrans:18731328 bytes_acked:248149552 bytes_received:37 segs_out:184486 segs_in:41438 data_segs_out:184485 data_segs_in:1 bbr:(bw:38250800bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 51090856bps lastrcv:76132 pacing_rate 37868296bps delivery_rate 37397256bps delivered:171379 busy:76128ms unacked:175 retrans:0/12936 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2668008 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:76092 lastrcv:76248 lastack:76040 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:34 +0100 2020 ESTAB 0      3206056 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:50.068/3.952 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:214 ssthresh:130 bytes_sent:271605704 bytes_retrans:19301840 bytes_acked:251797064 bytes_received:37 segs_out:187574 segs_in:42019 data_segs_out:187573 data_segs_in:1 bbr:(bw:35961232bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 49512183bps lastrcv:77148 lastack:4 pacing_rate 35601624bps delivery_rate 22916960bps delivered:174067 busy:77144ms unacked:350 retrans:12/13330 lost:12 sacked:169 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2699256 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:77108 lastrcv:77264 lastack:77056 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:35 +0100 2020 ESTAB 0      2857648 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.304/1.597 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:156 ssthresh:130 bytes_sent:274930312 bytes_retrans:20053352 bytes_acked:254766912 bytes_received:37 segs_out:189870 segs_in:42473 data_segs_out:189869 data_segs_in:1 bbr:(bw:23622712bps,mrtt:24.641,pacing_gain:1,cwnd_gain:2) send 48442633bps lastrcv:78156 lastack:4 pacing_rate 23386480bps delivery_rate 23386632bps delivered:175949 busy:78152ms unacked:76 retrans:0/13849 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2747600 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:78116 lastrcv:78272 lastack:78064 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:36 +0100 2020 ESTAB 0      2804632 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.402/3.332 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:152 ssthresh:130 bytes_sent:277729296 bytes_retrans:20177880 bytes_acked:257441368 bytes_received:37 segs_out:191803 segs_in:42759 data_segs_out:191802 data_segs_in:1 bbr:(bw:23622712bps,mrtt:24.237,pacing_gain:1,cwnd_gain:2) send 47076841bps lastrcv:79160 lastack:4 pacing_rate 23386480bps delivery_rate 23386472bps delivered:177796 busy:79156ms unacked:76 retrans:0/13935 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2694584 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:79120 lastrcv:79276 lastack:79068 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:37 +0100 2020 ESTAB 0      3216704 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:264 rtt:62.079/1.099 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:242 ssthresh:130 bytes_sent:281469480 bytes_retrans:20190912 bytes_acked:260961456 bytes_received:37 segs_out:194386 segs_in:43405 data_segs_out:194385 data_segs_in:1 bbr:(bw:39543344bps,mrtt:24.237,pacing_gain:1.25,cwnd_gain:2) send 45157428bps lastrcv:80168 pacing_rate 48934888bps delivery_rate 32234480bps delivered:180227 busy:80164ms unacked:219 retrans:0/13944 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2899592 minrtt:23.976
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:80128 lastrcv:80284 lastack:80076 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:38 +0100 2020 ESTAB    0      3169480 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:248 rtt:46.478/0.977 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:132 ssthresh:130 bytes_sent:284754992 bytes_retrans:20848304 bytes_acked:263630120 bytes_received:37 segs_out:196655 segs_in:43983 data_segs_out:196654 data_segs_in:1 bbr:(bw:21169504bps,mrtt:24.237,pacing_gain:1,cwnd_gain:2) send 32899178bps lastsnd:4 lastrcv:81176 lastack:8 pacing_rate 20957808bps delivery_rate 17692320bps delivered:182166 busy:81172ms unacked:191 retrans:20/14398 lost:20 sacked:96 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2892912 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:81136 lastrcv:81292 lastack:81084 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:39 +0100 2020 ESTAB    0      3245336 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:36.734/1.84 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:148 ssthresh:130 bytes_sent:287355600 bytes_retrans:21049576 bytes_acked:266175704 bytes_received:37 segs_out:198451 segs_in:44380 data_segs_out:198450 data_segs_in:1 bbr:(bw:21169504bps,mrtt:24.093,pacing_gain:1,cwnd_gain:2) send 46671530bps lastrcv:82184 lastack:12 pacing_rate 20957808bps delivery_rate 16121384bps delivered:183828 busy:82180ms unacked:90 retrans:0/14537 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3115016 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:82144 lastrcv:82300 lastack:82092 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:40 +0100 2020 ESTAB    0      3490608 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:316 rtt:113.652/3.763 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:130 bytes_sent:289812856 bytes_retrans:21059712 bytes_acked:268551872 bytes_received:37 segs_out:200148 segs_in:44794 data_segs_out:200147 data_segs_in:1 bbr:(bw:22620856bps,mrtt:24.092,pacing_gain:1,cwnd_gain:2) send 14473375bps lastrcv:83192 pacing_rate 22394648bps delivery_rate 13933920bps delivered:185469 busy:83188ms unacked:139 retrans:0/14544 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3289336 minrtt:23.976
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:83152 lastrcv:83308 lastack:83100 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:41 +0100 2020 ESTAB      0      3133512  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:38.263/1.048 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:216 ssthresh:130 bytes_sent:292768224 bytes_retrans:21072744 bytes_acked:271530408 bytes_received:37 segs_out:202189 segs_in:45286 data_segs_out:202188 data_segs_in:1 bbr:(bw:33635072bps,mrtt:24.092,pacing_gain:1.25,cwnd_gain:2) send 65393304bps lastsnd:4 lastrcv:84204 pacing_rate 41623408bps delivery_rate 32850560bps delivered:187526 busy:84200ms unacked:114 retrans:0/14553 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2968440 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:84164 lastrcv:84320 lastack:84112 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:42 +0100 2020 ESTAB      0      2727464  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:300 rtt:96.274/2.03 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:246 ssthresh:130 bytes_sent:297272952 bytes_retrans:21072744 bytes_acked:275868616 bytes_received:37 segs_out:205300 segs_in:46301 data_segs_out:205299 data_segs_in:1 bbr:(bw:43029472bps,mrtt:24.092,pacing_gain:1,cwnd_gain:2) send 29599518bps lastrcv:85212 pacing_rate 42599184bps delivery_rate 29467488bps delivered:190522 busy:85208ms unacked:229 retrans:0/14553 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2395872 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:85172 lastrcv:85328 lastack:85120 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:43 +0100 2020 ESTAB      0      3139256  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:256 rtt:52.708/3.871 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:163 ssthresh:130 bytes_sent:300804624 bytes_retrans:22221008 bytes_acked:278078264 bytes_received:37 segs_out:207739 segs_in:46667 data_segs_out:207738 data_segs_in:1 bbr:(bw:34768120bps,mrtt:24.092,pacing_gain:1,cwnd_gain:2) send 35823632bps lastrcv:86220 pacing_rate 34420440bps delivery_rate 19812416bps delivered:192271 busy:86216ms unacked:349 retrans:58/15346 lost:82 sacked:223 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2633904 minrtt:23.976
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:86180 lastrcv:86336 lastack:86128 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:44 +0100 2020 ESTAB      0      3134304  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:236 rtt:35.862/2.393 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:110 ssthresh:130 bytes_sent:305205096 bytes_retrans:22940664 bytes_acked:282015376 bytes_received:37 segs_out:210778 segs_in:47198 data_segs_out:210777 data_segs_in:1 bbr:(bw:29819592bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 35531761bps lastrcv:87228 pacing_rate 29521392bps delivery_rate 18222616bps delivered:194808 busy:87224ms unacked:172 retrans:40/15843 lost:61 sacked:41 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2885248 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:87192 lastrcv:87348 lastack:87140 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:45 +0100 2020 ESTAB    0      3097216 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:244 rtt:42.78/2.317 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:153 ssthresh:130 bytes_sent:308638304 bytes_retrans:23611088 bytes_acked:284673904 bytes_received:37 segs_out:213149 segs_in:47643 data_segs_out:213148 data_segs_in:1 bbr:(bw:29819592bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 41429453bps lastrcv:88244 pacing_rate 29521392bps delivery_rate 14760736bps delivered:196739 busy:88240ms unacked:244 retrans:65/16306 lost:65 sacked:136 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2743904 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:88204 lastrcv:88360 lastack:88152 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:46 +0100 2020 ESTAB    0      3648296 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:33.713/1.586 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:228 ssthresh:130 bytes_sent:311983184 bytes_retrans:23783400 bytes_acked:288054984 bytes_received:37 segs_out:215459 segs_in:48069 data_segs_out:215458 data_segs_in:1 bbr:(bw:29819592bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 78342242bps lastsnd:4 lastrcv:89256 lastack:8 pacing_rate 29521392bps delivery_rate 30149488bps delivered:198938 busy:89252ms unacked:100 retrans:0/16425 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3503496 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:89216 lastrcv:89372 lastack:89164 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:47 +0100 2020 ESTAB    0      3838824 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:33.811/4.922 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:99 ssthresh:130 bytes_sent:316128808 bytes_retrans:24103408 bytes_acked:291796616 bytes_received:37 segs_out:218322 segs_in:48580 data_segs_out:218321 data_segs_in:1 bbr:(bw:41631984bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 33918429bps lastsnd:8 lastrcv:90260 lastack:8 pacing_rate 41215664bps delivery_rate 16827200bps delivered:201579 busy:90256ms unacked:158 retrans:57/16646 lost:59 sacked:57 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3610040 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:90224 lastrcv:90380 lastack:90172 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:48 +0100 2020 ESTAB    0      3594672 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:39.274/2.991 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:142 ssthresh:130 bytes_sent:319661928 bytes_retrans:24915736 bytes_acked:294662208 bytes_received:37 segs_out:220762 segs_in:49117 data_segs_out:220761 data_segs_in:1 bbr:(bw:20485256bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 41883383bps lastrcv:91272 pacing_rate 20280408bps delivery_rate 20902560bps delivered:203501 busy:91268ms unacked:58 retrans:0/17207 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3510688 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:91232 lastrcv:91388 lastack:91180 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:49 +0100 2020 ESTAB 0      3737136 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:34.116/3.24 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 ssthresh:130 bytes_sent:322169864 bytes_retrans:24938904 bytes_acked:297141184 bytes_received:37 segs_out:222494 segs_in:49530 data_segs_out:222493 data_segs_in:1 bbr:(bw:20485256bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 47536640bps lastrcv:92280 lastack:4 pacing_rate 20280408bps delivery_rate 20280448bps delivered:205213 busy:92276ms unacked:62 retrans:0/17223 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3647360 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:92240 lastrcv:92396 lastack:92188 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:50 +0100 2020 ESTAB    0      3750728 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:32.669/1.758 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:158 ssthresh:130 bytes_sent:324806672 bytes_retrans:24951936 bytes_acked:299749032 bytes_received:37 segs_out:224315 segs_in:50183 data_segs_out:224314 data_segs_in:1 bbr:(bw:25394432bps,mrtt:23.912,pacing_gain:0.75,cwnd_gain:2) send 56024733bps lastsnd:4 lastrcv:93292 lastack:4 pacing_rate 18855368bps delivery_rate 24708872bps delivered:207014 busy:93288ms unacked:73 retrans:0/17232 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3645024 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:93252 lastrcv:93408 lastack:93200 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:51 +0100 2020 ESTAB      0      3673096  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:304 rtt:103.258/2.695 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:184 ssthresh:130 bytes_sent:327650544 bytes_retrans:24951936 bytes_acked:302448104 bytes_received:37 segs_out:226279 segs_in:50697 data_segs_out:226278 data_segs_in:1 bbr:(bw:30267704bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 20642042bps lastrcv:94300 lastack:8 pacing_rate 29965024bps delivery_rate 17959000bps delivered:208878 busy:94296ms unacked:173 retrans:0/17232 dsack_dups:4 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3422592 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:94260 lastrcv:94416 lastack:94208 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:52 +0100 2020 ESTAB      0      3836112  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:252 rtt:51.937/11.324 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:254 ssthresh:130 bytes_sent:331534080 bytes_retrans:24973656 bytes_acked:306217248 bytes_received:37 segs_out:228961 segs_in:50929 data_segs_out:228960 data_segs_in:1 bbr:(bw:43526608bps,mrtt:23.912,pacing_gain:1,cwnd_gain:2) send 56652021bps lastrcv:95308 lastack:8 pacing_rate 43091344bps delivery_rate 32055096bps delivered:211483 busy:95304ms unacked:237 retrans:0/17247 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3492936 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:95268 lastrcv:95424 lastack:95216 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:53 +0100 2020 ESTAB      0      2996832  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:264 rtt:61.143/6.232 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:256 ssthresh:130 bytes_sent:335925864 bytes_retrans:25209680 bytes_acked:309677968 bytes_received:37 segs_out:231994 segs_in:51165 data_segs_out:231993 data_segs_in:1 bbr:(bw:41364088bps,mrtt:23.912,pacing_gain:1.25,cwnd_gain:2) send 48501120bps lastrcv:96316 lastack:4 pacing_rate 51188056bps delivery_rate 17899304bps delivered:214391 busy:96312ms unacked:717 retrans:108/17410 lost:108 sacked:518 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:1958616 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:96276 lastrcv:96432 lastack:96224 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:54 +0100 2020 ESTAB 0      3670712 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:33.387/1.113 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:206 ssthresh:130 bytes_sent:337605544 bytes_retrans:25832320 bytes_acked:311625528 bytes_received:37 segs_out:233154 segs_in:51412 data_segs_out:233153 data_segs_in:1 bbr:(bw:32923208bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 71474047bps lastsnd:4 lastrcv:97328 lastack:4 pacing_rate 32593976bps delivery_rate 31888416bps delivered:215218 busy:97324ms unacked:102 retrans:0/17840 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3523016 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:97288 lastrcv:97444 lastack:97236 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:55 +0100 2020 ESTAB 0      3180680 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:268 rtt:64.623/3.839 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:254 ssthresh:130 bytes_sent:342236248 bytes_retrans:25845352 bytes_acked:316047720 bytes_received:37 segs_out:236352 segs_in:52112 data_segs_out:236351 data_segs_in:1 bbr:(bw:41723128bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 45530786bps lastrcv:98336 lastack:8 pacing_rate 41305896bps delivery_rate 31849016bps delivered:218272 busy:98332ms unacked:237 retrans:0/17849 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2837504 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:98296 lastrcv:98452 lastack:98244 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:56 +0100 2020 ESTAB 0      2794904 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:43.264/1.426 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:248 ssthresh:130 bytes_sent:346774280 bytes_retrans:26217488 bytes_acked:320365656 bytes_received:37 segs_out:239486 segs_in:52654 data_segs_out:239485 data_segs_in:1 bbr:(bw:40647392bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 66402367bps lastrcv:99344 lastack:4 pacing_rate 40240912bps delivery_rate 31758200bps delivered:221254 busy:99340ms unacked:132 retrans:0/18106 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2603768 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:99304 lastrcv:99460 lastack:99252 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:57 +0100 2020 ESTAB 0      3073760 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:36.305/2.522 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:186 ssthresh:130 bytes_sent:350705600 bytes_retrans:26531704 bytes_acked:324018960 bytes_received:37 segs_out:242201 segs_in:53165 data_segs_out:242200 data_segs_in:1 bbr:(bw:31474624bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 59347858bps lastrcv:100352 lastack:4 pacing_rate 31159880bps delivery_rate 27688512bps delivered:223777 busy:100348ms unacked:107 retrans:0/18323 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2918824 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:100312 lastrcv:100468 lastack:100260 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:58 +0100 2020 ESTAB 0      3275872 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:38.162/1.613 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:130 bytes_sent:354550040 bytes_retrans:26647544 bytes_acked:327749008 bytes_received:37 segs_out:244856 segs_in:53675 data_segs_out:244855 data_segs_in:1 bbr:(bw:31474624bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 59495414bps lastsnd:4 lastrcv:101364 lastack:4 pacing_rate 31159880bps delivery_rate 25110880bps delivered:226353 busy:101360ms unacked:106 retrans:0/18403 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3122384 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:101324 lastrcv:101480 lastack:101272 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:21:59 +0100 2020 ESTAB 0      3434544 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:50.776/4.66 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:244 ssthresh:130 bytes_sent:358783992 bytes_retrans:26997960 bytes_acked:331522496 bytes_received:37 segs_out:247780 segs_in:54140 data_segs_out:247779 data_segs_in:1 bbr:(bw:42361800bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 55665984bps lastrcv:102372 lastack:4 pacing_rate 41938184bps delivery_rate 30059696bps delivered:228959 busy:102368ms unacked:182 retrans:0/18645 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3171008 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:102332 lastrcv:102488 lastack:102280 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:00 +0100 2020 ESTAB      0      3740912  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:39.123/1.966 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:200 ssthresh:130 bytes_sent:362773232 bytes_retrans:27459872 bytes_acked:335148288 bytes_received:37 segs_out:250535 segs_in:54731 data_segs_out:250534 data_segs_in:1 bbr:(bw:29959064bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 59218363bps lastrcv:103380 lastack:4 pacing_rate 29659472bps delivery_rate 25217976bps delivered:231463 busy:103376ms unacked:114 retrans:0/18964 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3575840 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:103340 lastrcv:103496 lastack:103288 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:01 +0100 2020 ESTAB 0      3514136  [::ffff:88.91.13.161]:7707     [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.935/2.043 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:182 ssthresh:130 bytes_sent:366054400 bytes_retrans:27849384 bytes_acked:337996504 bytes_received:37 segs_out:252801 segs_in:55187 data_segs_out:252800 data_segs_in:1 bbr:(bw:29959064bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 52792989bps lastrcv:104388 lastack:16 pacing_rate 29659472bps delivery_rate 24957384bps delivered:233430 busy:104384ms unacked:144 retrans:0/19233 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3305624 minrtt:23.912
--
ESTAB 0      0        [::ffff:88.91.13.161]:7707     [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:104348 lastrcv:104504 lastack:104296 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:02 +0100 2020 ESTAB 0      3394512 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:38.22/4.377 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:75 ssthresh:130 bytes_sent:369310952 bytes_retrans:28419896 bytes_acked:340737568 bytes_received:37 segs_out:255050 segs_in:55677 data_segs_out:255049 data_segs_in:1 bbr:(bw:28174912bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 22731554bps lastsnd:4 lastrcv:105400 lastack:4 pacing_rate 27893168bps delivery_rate 16850640bps delivered:235335 busy:105396ms unacked:106 retrans:11/19627 lost:30 sacked:12 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3241024 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:105360 lastrcv:105516 lastack:105308 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:03 +0100 2020 ESTAB 0      3854368 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:40.925/3.648 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:169 ssthresh:130 bytes_sent:373398656 bytes_retrans:28734112 bytes_acked:344209872 bytes_received:37 segs_out:257873 segs_in:56561 data_segs_out:257872 data_segs_in:1 bbr:(bw:39373488bps,mrtt:23.997,pacing_gain:0.75,cwnd_gain:2) send 47836188bps lastrcv:106408 pacing_rate 29234816bps delivery_rate 14502896bps delivered:237877 busy:106404ms unacked:314 retrans:68/19844 lost:84 sacked:156 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3399696 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:106368 lastrcv:106524 lastack:106316 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:04 +0100 2020 ESTAB    0      3196088 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:248 rtt:47.046/4.243 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:151 ssthresh:130 bytes_sent:377298120 bytes_retrans:29468248 bytes_acked:347489592 bytes_received:37 segs_out:260566 segs_in:57025 data_segs_out:260565 data_segs_in:1 bbr:(bw:26669024bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 37180292bps lastrcv:107416 lastack:8 pacing_rate 26402328bps delivery_rate 13618256bps delivered:240108 busy:107412ms unacked:235 retrans:26/20351 lost:43 sacked:122 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2855808 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:107376 lastrcv:107532 lastack:107324 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:05 +0100 2020 ESTAB 0      2888224 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:38.377/1.887 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:76 ssthresh:130 bytes_sent:380515576 bytes_retrans:29954776 bytes_acked:350418896 bytes_received:37 segs_out:262788 segs_in:57479 data_segs_out:262787 data_segs_in:1 bbr:(bw:26669024bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 22940407bps lastsnd:4 lastrcv:108424 lastack:8 pacing_rate 26402328bps delivery_rate 17661056bps delivered:242024 busy:108420ms unacked:98 retrans:15/20687 lost:22 sacked:15 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2746320 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:108384 lastrcv:108540 lastack:108332 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:06 +0100 2020 ESTAB      0      3550800  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:240 rtt:36.868/2.698 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:180 ssthresh:130 bytes_sent:383847424 bytes_retrans:30019936 bytes_acked:353688480 bytes_received:37 segs_out:265089 segs_in:57906 data_segs_out:265088 data_segs_in:1 bbr:(bw:30323624bps,mrtt:23.997,pacing_gain:1,cwnd_gain:2) send 56556363bps lastrcv:109436 lastack:4 pacing_rate 30020392bps delivery_rate 27693288bps delivered:244267 busy:109432ms unacked:96 retrans:0/20732 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3411792 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:109396 lastrcv:109552 lastack:109344 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:07 +0100 2020 ESTAB      0      2937408  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:280 rtt:78.741/4.198 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:236 ssthresh:130 bytes_sent:387315384 bytes_retrans:30086544 bytes_acked:356923312 bytes_received:37 segs_out:267484 segs_in:58624 data_segs_out:267483 data_segs_in:1 bbr:(bw:38906048bps,mrtt:26,pacing_gain:1,cwnd_gain:2) send 34719193bps lastrcv:110444 lastack:4 pacing_rate 38516984bps delivery_rate 30396976bps delivered:246501 busy:110440ms unacked:211 retrans:0/20778 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2631880 minrtt:23.912
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:110404 lastrcv:110560 lastack:110352 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:08 +0100 2020 ESTAB 0      3081600 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:264 rtt:63.53/1.535 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:202 ssthresh:130 bytes_sent:391057016 bytes_retrans:30096680 bytes_acked:360711280 bytes_received:37 segs_out:270068 segs_in:59152 data_segs_out:270067 data_segs_in:1 bbr:(bw:32408128bps,mrtt:26,pacing_gain:1,cwnd_gain:2) send 36832489bps lastrcv:111460 lastack:4 pacing_rate 32084048bps delivery_rate 28878880bps delivered:249117 busy:111456ms unacked:172 retrans:0/20785 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2832544 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:111420 lastrcv:111576 lastack:111368 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:09 +0100 2020 ESTAB 0      3896216 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:244 rtt:43.498/6.541 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:93 ssthresh:130 bytes_sent:394524976 bytes_retrans:30445648 bytes_acked:363828824 bytes_received:37 segs_out:272463 segs_in:59715 data_segs_out:272462 data_segs_in:1 bbr:(bw:32407440bps,mrtt:26,pacing_gain:1.25,cwnd_gain:2) send 24766932bps lastrcv:112468 pacing_rate 40104200bps delivery_rate 20338840bps delivered:251359 busy:112464ms unacked:173 retrans:53/21026 lost:53 sacked:89 dsack_dups:6 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3645712 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:112428 lastrcv:112584 lastack:112376 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:10 +0100 2020 ESTAB    0      2809328 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:36.067/1.514 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:232 ssthresh:130 bytes_sent:398441816 bytes_retrans:30743936 bytes_acked:367537152 bytes_received:37 segs_out:275168 segs_in:60309 data_segs_out:275167 data_segs_in:1 bbr:(bw:37880712bps,mrtt:24.252,pacing_gain:1,cwnd_gain:2) send 74513766bps lastrcv:113484 pacing_rate 37501904bps delivery_rate 36961160bps delivered:253832 busy:113480ms unacked:111 retrans:0/21232 dsack_dups:7 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2648600 minrtt:23.912
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:113444 lastrcv:113600 lastack:113392 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:11 +0100 2020 ESTAB 0      3870104 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:256 rtt:52.684/3.284 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:196 ssthresh:130 bytes_sent:402441192 bytes_retrans:31469384 bytes_acked:370408536 bytes_received:37 segs_out:277930 segs_in:60848 data_segs_out:277929 data_segs_in:1 bbr:(bw:35745120bps,mrtt:24.252,pacing_gain:1,cwnd_gain:2) send 43095892bps lastrcv:114492 pacing_rate 35387672bps delivery_rate 17805920bps delivered:256096 busy:114488ms unacked:389 retrans:77/21733 lost:77 sacked:275 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3306832 minrtt:23.912
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:114452 lastrcv:114608 lastack:114400 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:12 +0100 2020 ESTAB 0      3680976 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:32.783/3.702 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:124 ssthresh:130 bytes_sent:405350224 bytes_retrans:32023968 bytes_acked:373219104 bytes_received:37 segs_out:279939 segs_in:61307 data_segs_out:279938 data_segs_in:1 bbr:(bw:19594568bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 43815880bps lastrcv:115508 lastack:4 pacing_rate 19398624bps delivery_rate 18073416bps delivered:257762 busy:115504ms unacked:74 retrans:0/22116 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3573824 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:115468 lastrcv:115624 lastack:115416 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:13 +0100 2020 ESTAB    0      3855296 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:36.34/2.087 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:120 ssthresh:130 bytes_sent:407804584 bytes_retrans:32041344 bytes_acked:375666224 bytes_received:37 segs_out:281634 segs_in:61772 data_segs_out:281633 data_segs_in:1 bbr:(bw:19594568bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 38252064bps lastrcv:116524 lastack:4 pacing_rate 19398624bps delivery_rate 16610176bps delivered:259452 busy:116520ms unacked:67 retrans:0/22128 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3758280 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:116484 lastrcv:116640 lastack:116432 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:14 +0100 2020 ESTAB 0      3079448 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:280 rtt:79.533/2.351 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:122 ssthresh:130 bytes_sent:409979480 bytes_retrans:32054376 bytes_acked:377752792 bytes_received:37 segs_out:283136 segs_in:62280 data_segs_out:283135 data_segs_in:1 bbr:(bw:20587448bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 17769328bps lastrcv:117532 lastack:4 pacing_rate 20381576bps delivery_rate 13873928bps delivered:260893 busy:117528ms unacked:119 retrans:0/22137 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2907136 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:117492 lastrcv:117648 lastack:117440 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:15 +0100 2020 ESTAB    0      3781120 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:240 rtt:37.756/1.676 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:238 ssthresh:130 bytes_sent:413243272 bytes_retrans:32057272 bytes_acked:380983280 bytes_received:37 segs_out:285390 segs_in:63013 data_segs_out:285389 data_segs_in:1 bbr:(bw:40769600bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 73021295bps lastrcv:118540 lastack:8 pacing_rate 40361904bps delivery_rate 36583616bps delivered:263124 busy:118536ms unacked:140 retrans:0/22139 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3578400 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:118500 lastrcv:118656 lastack:118448 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:16 +0100 2020 ESTAB    0      3618336 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:300 rtt:98.895/3.459 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:248 ssthresh:130 bytes_sent:417500392 bytes_retrans:32065960 bytes_acked:385078224 bytes_received:37 segs_out:288330 segs_in:63642 data_segs_out:288329 data_segs_in:1 bbr:(bw:42646960bps,mrtt:23.905,pacing_gain:1.25,cwnd_gain:2) send 29049315bps lastsnd:4 lastrcv:119552 lastack:4 pacing_rate 52775616bps delivery_rate 24860832bps delivered:265952 busy:119548ms unacked:246 retrans:0/22145 dsack_dups:13 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3262128 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:119512 lastrcv:119668 lastack:119460 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:17 +0100 2020 ESTAB 0      3379976 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:50.195/1.442 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:234 ssthresh:130 bytes_sent:420270416 bytes_retrans:32086232 bytes_acked:387938024 bytes_received:37 segs_out:290243 segs_in:64122 data_segs_out:290242 data_segs_in:1 bbr:(bw:36839504bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 54002510bps lastrcv:120560 lastack:8 pacing_rate 36471104bps delivery_rate 33777336bps delivered:267930 busy:120556ms unacked:170 retrans:0/22159 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3133816 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:120520 lastrcv:120676 lastack:120468 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:18 +0100 2020 ESTAB 0      3010128 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:49.391/0.904 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:228 ssthresh:130 bytes_sent:424767904 bytes_retrans:32304880 bytes_acked:392240032 bytes_received:37 segs_out:293349 segs_in:64738 data_segs_out:293348 data_segs_in:1 bbr:(bw:41421392bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 53474358bps lastrcv:121576 lastack:4 pacing_rate 41007184bps delivery_rate 34834824bps delivered:270901 busy:121572ms unacked:154 retrans:0/22310 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2787136 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:121536 lastrcv:121692 lastack:121484 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:19 +0100 2020 ESTAB 0      2916568 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:34.856/2.304 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:108 ssthresh:130 bytes_sent:428502296 bytes_retrans:33312688 bytes_acked:394955032 bytes_received:37 segs_out:295928 segs_in:65245 data_segs_out:295927 data_segs_in:1 bbr:(bw:17728944bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 35892587bps lastrcv:122584 lastack:8 pacing_rate 17551656bps delivery_rate 8867336bps delivered:272836 busy:122580ms unacked:162 retrans:22/23006 lost:28 sacked:60 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2681992 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:122544 lastrcv:122700 lastack:122492 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:20 +0100 2020 ESTAB 0      3436960 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:36.948/2.296 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:112 ssthresh:130 bytes_sent:430599000 bytes_retrans:33460384 bytes_acked:397056080 bytes_received:37 segs_out:297376 segs_in:65731 data_segs_out:297375 data_segs_in:1 bbr:(bw:17728944bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 35114431bps lastrcv:123592 pacing_rate 17551656bps delivery_rate 18124272bps delivered:274227 busy:123588ms unacked:57 retrans:0/23108 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3354424 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:123552 lastrcv:123708 lastack:123500 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:21 +0100 2020 ESTAB 0      2675592 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:296 rtt:94.765/2.401 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:116 ssthresh:130 bytes_sent:432757968 bytes_retrans:33463280 bytes_acked:399128168 bytes_received:37 segs_out:298867 segs_in:66146 data_segs_out:298866 data_segs_in:1 bbr:(bw:17728944bps,mrtt:23.905,pacing_gain:1,cwnd_gain:2) send 14179750bps lastsnd:4 lastrcv:124600 lastack:4 pacing_rate 17551656bps delivery_rate 12041576bps delivered:275658 busy:124596ms unacked:115 retrans:0/23110 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2509072 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:124560 lastrcv:124716 lastack:124508 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:22 +0100 2020 ESTAB    0      3702784 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:236 rtt:34.415/1.749 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:130 ssthresh:130 bytes_sent:434318912 bytes_retrans:33474864 bytes_acked:400722416 bytes_received:37 segs_out:299945 segs_in:66455 data_segs_out:299944 data_segs_in:1 bbr:(bw:21351096bps,mrtt:24.854,pacing_gain:1.25,cwnd_gain:2) send 43757664bps lastrcv:125616 lastack:4 pacing_rate 26421984bps delivery_rate 16915632bps delivered:276759 busy:125612ms unacked:84 retrans:0/23118 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3581152 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:125576 lastrcv:125732 lastack:125524 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:24 +0100 2020 ESTAB    0      3810776 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:296 rtt:95.614/1.25 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:250 ssthresh:130 bytes_sent:438396480 bytes_retrans:33492240 bytes_acked:404546584 bytes_received:37 segs_out:302761 segs_in:67155 data_segs_out:302760 data_segs_in:1 bbr:(bw:40578344bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 30288451bps lastrcv:126632 pacing_rate 40172560bps delivery_rate 26619640bps delivered:279400 busy:126628ms unacked:247 retrans:0/23130 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3453120 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:126592 lastrcv:126748 lastack:126540 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:25 +0100 2020 ESTAB 0      3585448 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:320 rtt:118.233/1.846 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:198 ssthresh:130 bytes_sent:441186776 bytes_retrans:33511064 bytes_acked:407393352 bytes_received:37 segs_out:304688 segs_in:67640 data_segs_out:304687 data_segs_in:1 bbr:(bw:32913544bps,mrtt:24.854,pacing_gain:1.25,cwnd_gain:2) send 19399254bps lastrcv:127636 lastack:4 pacing_rate 40730512bps delivery_rate 18678120bps delivered:281366 busy:127632ms unacked:195 retrans:0/23143 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3303088 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:127596 lastrcv:127752 lastack:127544 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:26 +0100 2020 ESTAB 0      3613800 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:264 rtt:63.927/3.153 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:278 ssthresh:130 bytes_sent:445152848 bytes_retrans:33532784 bytes_acked:411297160 bytes_received:37 segs_out:307427 segs_in:68251 data_segs_out:307426 data_segs_in:1 bbr:(bw:39843000bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 50375460bps lastrcv:128640 lastack:8 pacing_rate 39444576bps delivery_rate 34914216bps delivered:284062 busy:128636ms unacked:223 retrans:0/23158 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3290896 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:128600 lastrcv:128756 lastack:128548 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:27 +0100 2020 ESTAB 0      3193272 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:292 rtt:88.767/2.41 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:262 ssthresh:130 bytes_sent:449567800 bytes_retrans:33541472 bytes_acked:415649848 bytes_received:37 segs_out:310476 segs_in:68660 data_segs_out:310475 data_segs_in:1 bbr:(bw:39048976bps,mrtt:24.854,pacing_gain:1.25,cwnd_gain:2) send 34190724bps lastsnd:8 lastrcv:129644 lastack:8 pacing_rate 48323104bps delivery_rate 30589160bps delivered:287068 busy:129640ms unacked:260 retrans:0/23164 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2816792 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:129604 lastrcv:129760 lastack:129552 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:28 +0100 2020 ESTAB    0      3541352 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:272 rtt:70.218/11.783 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:186 ssthresh:130 bytes_sent:451978720 bytes_retrans:33551608 bytes_acked:417923208 bytes_received:37 segs_out:312141 segs_in:68994 data_segs_out:312140 data_segs_in:1 bbr:(bw:38234232bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 30684782bps lastrcv:130652 lastack:12 pacing_rate 37851888bps delivery_rate 31372752bps delivered:288834 busy:130648ms unacked:348 retrans:7/23171 lost:7 sacked:196 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3037448 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:130612 lastrcv:130768 lastack:130560 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:29 +0100 2020 ESTAB    0      2834120 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:280 rtt:77.618/1.061 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:246 ssthresh:130 bytes_sent:456461728 bytes_retrans:33551608 bytes_acked:422562600 bytes_received:37 segs_out:315237 segs_in:70151 data_segs_out:315236 data_segs_in:1 bbr:(bw:39933456bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 36713958bps lastrcv:131660 lastack:4 pacing_rate 39534120bps delivery_rate 32883048bps delivered:291842 busy:131656ms unacked:240 retrans:0/23171 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2486600 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:131620 lastrcv:131776 lastack:131568 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:30 +0100 2020 ESTAB 0      3492352 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:352 rtt:151.066/5.94 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:232 ssthresh:130 bytes_sent:459738552 bytes_retrans:33566088 bytes_acked:425836528 bytes_received:37 segs_out:317500 segs_in:70890 data_segs_out:317499 data_segs_in:1 bbr:(bw:38784528bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 17790158bps lastsnd:12 lastrcv:132664 lastack:12 pacing_rate 38396680bps delivery_rate 16885744bps delivered:294103 busy:132660ms unacked:232 retrans:0/23181 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3156416 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:132624 lastrcv:132780 lastack:132572 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:31 +0100 2020 ESTAB 0      3769760 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:252 rtt:48.216/1.752 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:250 ssthresh:130 bytes_sent:463346968 bytes_retrans:33616768 bytes_acked:429491280 bytes_received:37 segs_out:319992 segs_in:71809 data_segs_out:319991 data_segs_in:1 bbr:(bw:40043928bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 60063050bps lastrcv:133676 lastack:4 pacing_rate 39643488bps delivery_rate 37865040bps delivered:296627 busy:133672ms unacked:165 retrans:0/23216 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3530840 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:133636 lastrcv:133792 lastack:133584 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:32 +0100 2020 ESTAB    0      2752376 [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58288
	 bbr wscale:7,8 rto:244 rtt:41.862/4.235 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:144 ssthresh:130 bytes_sent:467863280 bytes_retrans:34371176 bytes_acked:433130104 bytes_received:37 segs_out:323111 segs_in:72555 data_segs_out:323110 data_segs_in:1 bbr:(bw:39636552bps,mrtt:24.854,pacing_gain:1,cwnd_gain:2) send 39847499bps lastrcv:134684 lastack:4 pacing_rate 39240192bps delivery_rate 29149208bps delivered:299262 busy:134680ms unacked:250 retrans:40/23737 lost:40 sacked:122 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2390376 minrtt:23.905
--
ESTAB    0      0       [::ffff:88.91.13.161]:7707    [::ffff:88.94.0.193]:58282
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:134644 lastrcv:134800 lastack:134592 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:33 +0100 2020 ESTAB 0      3517760 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:39.359/2.036 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:208 ssthresh:130 bytes_sent:471121280 bytes_retrans:34627472 bytes_acked:436296880 bytes_received:37 segs_out:325361 segs_in:73037 data_segs_out:325360 data_segs_in:1 bbr:(bw:37813736bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 61217815bps lastsnd:4 lastrcv:135696 lastack:4 pacing_rate 37435600bps delivery_rate 28219584bps delivered:301327 busy:135692ms unacked:136 retrans:0/23914 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3320832 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:135656 lastrcv:135812 lastack:135604 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:34 +0100 2020 ESTAB      0      3469368  [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288                                                                           
	 bbr wscale:7,8 rto:272 rtt:69.276/1.487 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:204 ssthresh:130 bytes_sent:475193056 bytes_retrans:34643400 bytes_acked:440277432 bytes_received:37 segs_out:328173 segs_in:73614 data_segs_out:328172 data_segs_in:1 bbr:(bw:34027944bps,mrtt:25,pacing_gain:0.75,cwnd_gain:2) send 34111900bps lastrcv:136708 pacing_rate 25265752bps delivery_rate 28319048bps delivered:304076 busy:136704ms unacked:188 retrans:0/23925 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3197144 minrtt:23.905
--
ESTAB      0      0        [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282                                                                           
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:136668 lastrcv:136824 lastack:136616 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:35 +0100 2020 ESTAB 0      3919088 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:35.516/1.198 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:206 ssthresh:130 bytes_sent:479047632 bytes_retrans:35169024 bytes_acked:443759872 bytes_received:37 segs_out:330835 segs_in:74234 data_segs_out:330834 data_segs_in:1 bbr:(bw:33668216bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 67189548bps lastsnd:4 lastrcv:137720 lastack:4 pacing_rate 33331536bps delivery_rate 22769816bps delivered:306481 busy:137716ms unacked:82 retrans:0/24288 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3800352 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:137680 lastrcv:137836 lastack:137628 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:36 +0100 2020 ESTAB 0      3518552 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:236 rtt:34.551/2.457 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:170 ssthresh:130 bytes_sent:482269432 bytes_retrans:35390568 bytes_acked:446781848 bytes_received:37 segs_out:333060 segs_in:74712 data_segs_out:333059 data_segs_in:1 bbr:(bw:25394432bps,mrtt:25,pacing_gain:1,cwnd_gain:2) send 56996324bps lastrcv:138728 pacing_rate 25140488bps delivery_rate 24665144bps delivered:308568 busy:138724ms unacked:67 retrans:0/24441 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:3421536 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:138688 lastrcv:138844 lastack:138636 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:37 +0100 2020 ESTAB 0      2986248 [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58288 
	 bbr wscale:7,8 rto:240 rtt:37.681/1.474 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:162 ssthresh:130 bytes_sent:485440552 bytes_retrans:35392016 bytes_acked:449935592 bytes_received:37 segs_out:335250 segs_in:75226 data_segs_out:335249 data_segs_in:1 bbr:(bw:25394432bps,mrtt:23.917,pacing_gain:1,cwnd_gain:2) send 49802500bps lastrcv:139736 pacing_rate 25140488bps delivery_rate 25140096bps delivered:310746 busy:139732ms unacked:78 retrans:0/24442 dsack_dups:16 reordering:185 reord_seen:4 rcv_space:14600 rcv_ssthresh:64076 notsent:2873304 minrtt:23.905
--
ESTAB 0      0       [::ffff:88.91.13.161]:7707      [::ffff:88.94.0.193]:58282 
	 bbr wscale:7,8 rto:232 rtt:30.447/13.206 ato:56 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:14 bytes_sent:4 bytes_acked:4 bytes_received:176 segs_out:7 segs_in:9 data_segs_out:4 data_segs_in:3 bbr:(bw:468128bps,mrtt:24.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 5326502bps lastsnd:139696 lastrcv:139852 lastack:139644 pacing_rate 13121992bps delivery_rate 222456bps delivered:5 busy:144ms reordering:185 rcv_space:14600 rcv_ssthresh:64076 minrtt:24.72
ti. 17. nov. 09:22:38 +0100 2020 
ti. 17. nov. 09:22:39 +0100 2020 
ti. 17. nov. 09:22:40 +0100 2020 
ti. 17. nov. 09:22:41 +0100 2020 
ti. 17. nov. 09:22:42 +0100 2020 
^C
root@bridgemaster:~# 

[-- Attachment #6: ubuntu vs centos xplot.png --]
[-- Type: image/png, Size: 126863 bytes --]

  reply	other threads:[~2020-11-17 10:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 15:25 erik.taraldsen
2020-11-16 21:14 ` Neal Cardwell
2020-11-17 10:05   ` erik.taraldsen [this message]
2020-11-17 15:07     ` Jesper Dangaard Brouer
2020-11-19  7:57       ` erik.taraldsen
2020-11-19 13:32         ` Luca Muscariello
2020-11-19 14:35           ` erik.taraldsen
2020-11-20 11:10             ` Jesper Dangaard Brouer
2020-11-20 12:42               ` Toke Høiland-Jørgensen
2020-11-23 12:57                 ` erik.taraldsen
2020-11-30 17:18                   ` Aaron Wood
2020-11-20 23:34       ` Neal Cardwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/bloat.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605607524611.20916@telenor.com \
    --to=erik.taraldsen@telenor.com \
    --cc=bloat@lists.bufferbloat.net \
    --cc=ncardwell@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox