6 ms·
you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.
by svlla 16y ago
you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.
- nivertech 16y agoYou 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) ;)