Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ipv6

Why Doesn't A %en0 Suffix Work To Connect A Link-local Ipv6 Tcp Socket In Python?

A week or so ago someone on StackOverflow asked why their Python code for connecting to an IPv6 lin… Read more Why Doesn't A %en0 Suffix Work To Connect A Link-local Ipv6 Tcp Socket In Python?

How To Force Python Httplib Library To Use Only A Requests

The problem is that urllib using httplib is querying for AAAA records. I would like to avoid that. … Read more How To Force Python Httplib Library To Use Only A Requests