IPv4 Turf War
ipv4.games
IPv4 Turf War
1–10 of 51 posts
Re: IPv4 Turf War
#2Re: IPv4 Turf War
#3Re: IPv4 Turf War
#4Re: IPv4 Turf War
#5Re: IPv4 Turf War
#6Cool idea, but please get an HTTPS cert - they're free!
Re: IPv4 Turf War
#7Hey I made this!! Happy to see it getting attention. Feel free to ask me anything!
Re: IPv4 Turf War
#8Hey I made this!! Happy to see it getting attention. Feel free to ask me anything!
Why are you doing a separate request for every /8? I feel like this would be the first thing that would kill the site, if it weren't for the fact you're on HTTP, the browser is talking HTTP/1.1, so it only does 6 concurrent requests per domain.
Re: IPv4 Turf War
#9What other options do people have?
Re: IPv4 Turf War
#10Earlier quoted context omitted.
Why are you doing a separate request for every /8? I feel like this would be the first thing that would kill the site, if it weren't for the fact you're on HTTP, the browser is talking HTTP/1.1, so it only does 6 concurrent requests per domain.
I wanted to see if the server could handle being slammed with requests like that :) but yeah collapsing it into one request would be a lot better. I’ll probably do that soon