python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Read Brodcast (ff02::1) msg python socket
i have this code to read a msg from a client.
import socket
# UDP_IP = 'fd53:7cb8:383:2::10'
UDP_IP = '::'
UDP_PORT = 13400
# create socket
sock = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
so...
Francisco Alvarez
Votes: 0
Answers: 0
What happens to ipv6 request if Load-balancer is configured to receive IPV4 requests
Hi everyone i am having a public load-balancer on aws that is configured to receive only IPV4 requests, what will happen to IPV6 requests will they het dropped can anyone give me a detailed explanatio...
Faisal Hussian Shah
Votes: 0
Answers: 1
It's about IPv6 where I don't understand the prefix
What do the remaining three prefixes mean after the provider prefix and before the subnet prefix?
I marked a question with an arrow
enter image description here
Always learning
Votes: 0
Answers: 1
Connecting to an ipv6 website using OpenSSL
I tried this code which I got from a reference to connect to ipv6 server using OpenSSL inorder to take the SSL certificate documentation of an ipv6 website.
ctx = ssl.SSLContext(ssl.TLS_method) #SSLv2...
Sue-Kay
Votes: 0
Answers: 0