Michele Guerini Rocco

Results 94 comments of Michele Guerini Rocco

It's particularly annoying because mbedtls seems to make some webserver return a fragmented handshake, even if well below the 16K limit. This is one such handshake (should be easily reproduced...

What do you think of supporting connecting to a gateway from an IPv6-only network (with NAT64/DNS64)? I think it would only be necessary to try an AAA query first and...

Nice, thank you. I gave a quick look at `tunnel.c` and it's not so easy: the IP literal is being stored and there are lots of places where IPv4 is...

I'm fine with using openconnect, but the more IPv6-enabled applications, the better. I wanted to make a patch to fix openfortivpn, but it seems beyond my abilities and limited free...

If not enabled by default IPv6 support is quite useless in a p2p application. Probably the only users that will go through the docs, find the cli option and enable...

@juliaszone: If you want an algorithm for choosing between IPv4/IPv6 [RFC 8305](https://www.rfc-editor.org/rfc/rfc8305.txt) may be worth a look. Also, [RFC 8880](https://www.rfc-editor.org/rfc/rfc8880.txt) for detecting an IPv6-only network with NAT64 available.

At the time I rewrote pirate-get to use the new API, the query to get recent torrents didn't take any parameter: it just lists all recent torrent from any category....

Sure, in fact you can already do what you're asking using the JSON output. If you have `jq` try this: ``` pirate-get -R -j | jq 'map(select(.category == 205).name)' ```...

I wouldn't know but I strongly advise you to not run it as root: pirate-get is not exactly built with security in mind. Is there any particular reason why you...