|
Re: LibSocket help for DJGPP
Thanks, I will perhaps look at that, as it appears to support TCP/IP
+ DJGPP. With libsocket, using just libsocket.a, I got pretty far,
but get
error 93, protocol not supported
with
socket( AF_INET, SOCK_STREAM, 0 ) ; // also tried IP_PROTO_TCP for
parmam 3
with the demos and my program.
Some of the UNIX domain socket demos appear to work, and I think the
datagram ones are working too.
I dont know why AF_INET would not be working. I tried on Win98 and I
think Win 2000 Prof.
tom
--- In libsocket@y..., "Alain" <alainm@p...> wrote:
> Have a look at Waterloo TCP/IP email of the list is watt-32@y...
> it is an active program...
>
>
|