> > 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