Out of curiosity do you do something like this in wireshark?

ip.dst_host=="duckduckgo.com" && tcp.flags.syn == 0

My wireshark fu is really weak...

tors 3 aug. 2017 kl 11:35 skrev <pala.dani...@gmail.com>:

> Works, thanks a lot!!!
> Also found this related discussion:
> https://github.com/golang/go/issues/13397
>
> BR
> Daniele
>
>
> Il giorno giovedì 3 agosto 2017 11:21:18 UTC+2, Christian Joergensen ha
> scritto:
>>
>> On Thursday, August 3, 2017 at 11:07:50 AM UTC+2, pala.d...@gmail.com
>> wrote:
>>>
>>> Example code with DuckDuckGo as default target:
>>>
>>> https://play.golang.org/p/_iI5-MDJ5t
>>>
>>
>> This looks like a thundering herd race on connection setup. So there is
>> no connection to reuse as none of them has been setup yet.
>>
>> Try completing a single request and then run the rest of the requests in
>> parallel afterwards.
>>
>> Cheers,
>>
>> Christian
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to