[Plib-devel] Utility - ulNet class
Brought to you by:
sjbaker
From: Ben W. <be...@bg...> - 2000-08-10 12:56:04
|
Hello This is just a hack of steves code for the networking code, just renamed with a minor change in recvMessage. This was compiled with cygwin. The only problem I had was in the recvMessage, the problem is that steves code had: int r = recvfrom ( sockfd, mesg, length, 0, (sockaddr *) in_addr, (unsigned int *)(&len) ); but the unsigned int is suppost to be int in cygwin. Thanks Ben ps Attached is the code. Could someone tell me the best location for sending updates. <<ulNet.zip>> |