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

Raw Socket Udp Multicast In Ipv6

i receive data from multicast for my UDP sniffer, but only in IPv4. My code looks like this, try: … Read more Raw Socket Udp Multicast In Ipv6

How To Do Urlopen Over Ipv4 By Default

What is the way to do urlopen in python such that even if the underlying machine has ipv6 networkin… Read more How To Do Urlopen Over Ipv4 By Default

Ipv6 Dns Name Unresolved From Ipv4 Network

I am having a strange problem which seems to be a problem of ipv6 vs ipv4 dns names. I have a real… Read more Ipv6 Dns Name Unresolved From Ipv4 Network

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