[Plib-devel] TCP code for ulnet
Brought to you by:
sjbaker
From: Ben W. <be...@bg...> - 2000-08-16 14:40:16
|
Hello I have been working on the TCP code for ulNet and I have almost complete (except for bugs and code modification for portabiltiy and cleaness). But I have a problem with name space in ulNet.cxx, the problem is that I have a class ulTCPConnnection and a method ulTCPConnection::connect(**) 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. Thank Ben ps Please let me know if the code is not attached. |