Re: Listening in a specified range of ports
Re: Listening in a specified range of ports
- Subject: Re: Listening in a specified range of ports
- From: Quinn <email@hidden>
- Date: Mon, 12 Aug 2002 10:10:09 +0100
At 20:20 +0200 10/8/02, Alessandro Volz wrote:
but let's say i want the user to be able to specify the port range
my application should listen... like 1024..4098
how can i modify the upper code to support this? or is this to be
set at system configuration level?
That's a somewhat bizarre idea. The only way to accomplish it is to
open one endpoint per port. There's no way to get a single endpoint
to listen on multiple ports.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.