RE: [Plib-devel] TCP code for ulnet
Brought to you by:
sjbaker
From: Ben W. <be...@bg...> - 2000-08-16 15:00:36
|
Thanks alot Norman, that worked. Here is the fixed code. Later Ben There are still some nasty code in there, if possible can someone fix it up and post it. -----Original Message----- From: Norman Vine [mailto:nh...@ca...] Sent: Wednesday, August 16, 2000 11:55 AM To: pli...@li... Subject: RE: [Plib-devel] TCP code for ulnet Ben Woodhead writes: > >The problem is to work with a TCP connection I need the function connect >from one of the network headers. And everytime I try to compile it tries to >use connect from this class, is there anyway around that. ::connect( sockfd, (struct sockaddr *) out_addr, sizeof(sockaddr_in)) notice the scope operator :: Norman _______________________________________________ plib-devel mailing list pli...@li... http://lists.sourceforge.net/mailman/listinfo/plib-devel |