Skip to content

Comment on Do C10K testing with geventparent

Comments

you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.

You can do TCP listen on 0.0.0.0:80 (any IP on port 80), but I never saw TCP listen on XXX.XXX.XXX.XXX:* (specific IP with any port) ;)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.