The Socket List
- Socket numbers are global under OS/2
- The tcp/ip stack keeps track of which sockets belong to which processes
- You may transfer sockets from one process to another by using the calls:
- int _System removesocketfromlist ( int s );
- void _System addsockettolist ( int s );