creating and opening a port

STYMA, ROBERT E (ROBERT) stymar at lucent.com
Thu Sep 22 16:21:11 UTC 2005


> 
> How do I create a new port and open it eg 8000 is the
> port I would like to create.
> 
> -VJ
> 
Your question is somewhat ambiguous.  The socket() call in C,
followed by the bind() call, followed by the listen call will
open a port of your choice.  I can post a trivial sample if that
is what you are trying to do.

Bob Styma




More information about the users mailing list