Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-15 Thread Joseph A. Mallett
/srcsys.org ] [ xMach Core Team xMach: Proactively Unbloated Microkernel BSD ] [ FreeBSD, NetBSD, & xMach User; (Obj)C(++) Coder ] [ http://xMach.org ] On Fri, 15 Jun 2001, Joseph A. Mallett wrote: > Do you happen to have any of their Winsock propoganda handy (specifically > developer m

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-15 Thread Joseph A. Mallett
Do you happen to have any of their Winsock propoganda handy (specifically developer materials or winsock.h header file)? I know for a fact that they have said repetedly that some of it was taken directly from Berkely. I'm just not sure where... I'm going to start digging through my stuff to see if

Re: telnet to AF_UNIX sockets [PATCH]

2001-05-23 Thread Joseph A. Mallett
Looking at the patch, is it safe to assume that if there's a '/' in a hostname, it MUST be a AF_UNIX socket? If so, wouldn't a strchr(hostp, '/') be better than 'hostp[0] == '/''? This way one can use relative paths as well, not just absolute ones. -- [ Joseph Mallett<[EMAIL PROTECTED