RE: [Plib-devel] TCP code for ulnet
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-08-16 14:55:45
|
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 |