I am a technical recruiter working with a Bay Area, CA company that is building the next generation web server network appliance. My client is well-funded by...
christie@...
Nov 3, 2000 6:28 pm
420
Hello. ... Please do not post job information here. This list is for the discussion on libsocket and related issues, not employment. Thanks, -- Richard Dawe [...
Richard Dawe
rich@...
Nov 3, 2000 7:09 pm
421
Hello. Sorry it's taken me so long to reply to this. ... It seems to be a bug in SOCK.VXD. After accepting five connections, it always seems to return an...
Richard Dawe
rich@...
Nov 16, 2000 10:39 pm
422
OK thanks, I'll wait for the December gift :-)...
Bauce
bauce@...
Nov 17, 2000 8:35 am
423
Hello. I'd like to announce the release of libsocket 0.8.0, a BSD-style socket library for DJGPP. A lot of work has been done since the release of libsocket...
Richard Dawe
rich@...
Nov 18, 2000 1:57 pm
424
Hi Rich, I use win 98, so winsock 2 is installed already on my system. Now interface to WSOCK2.VXD is known. Is it possible to pass maximum number of...
doom@...
Dec 20, 2000 10:13 am
425
Hello! ... The actual number is 32, because SOCK.VXD uses 1 bit per socket descriptor and 32 bits for socket descriptor status variables internally. I imagine...
Dawe, Richard
richard.dawe@...
Dec 20, 2000 10:47 am
426
... It does. It's called __int64. I forget if long long == __int64 Gillius...
Gillius
gillius@...
Dec 20, 2000 6:30 pm
427
Hi I have used windows SDK functions to develop a socket based messaging system. It is a multi-threaded system with a ROUTER at the hub. The ROUTER opens and...
jayant.shirkhedkar@...
Dec 22, 2000 7:01 pm
428
Hello. ... libsocket does not use the Windows SDK functions. You may get a better answer if you ask in comp.os.ms-windows.programmer.toools.winsock. You may ...
Richard Dawe
rich@...
Dec 23, 2000 12:14 am
429
I'm new to the list, so maybe this has come up before, my apologies if it has. I've ported the project 'mailfliter', http://mailfilter.sourceforge.net to...
bpaddock@...
Dec 23, 2000 1:13 pm
430
Hello. ... Nope, I don't think so. We'll let you off. ;) ... OK, first a few questions: 1. Which version of libsocket? 2. Which version of Windows? 3. Which...
Richard Dawe
rich@...
Dec 23, 2000 5:55 pm
431
... 8.0 (What is on Simtel right now.) ... 95B (OSR2) ... 2.03, using all of the latest 'stuff' like GPP et.al. ... I have both a LAN, and Dialup....
bpaddock@...
Dec 23, 2000 6:13 pm
432
Hello. ... I think you mean 0.8.0. ... [snip] ... Perhaps you could debug the program and see exactly where the problem occurs. A snippet of the code from the...
Richard Dawe
rich@...
Dec 25, 2000 12:18 am
433
... Yes. ... If your referring to mailfilter you can check it out of CVS. cvs -d:pserver:anonymous@...:/cvsroot/mailfilter login cvs...
bpaddock@...
Dec 25, 2000 12:53 am
434
Hello. ... [snip] ... If you could send an excerpt of the socket-creating part of that source file to the list, then I could take a look at it. I don't have...
Richard Dawe
rich@...
Dec 27, 2000 11:47 am
435
... /* PopAccount.cc - source file for the mailfilter program * Copyright (c) 2000 Andreas Bauer <baueran@...> [Lots of BIG snips to post to list...
bpaddock@...
Dec 27, 2000 12:13 pm
436
I know ZoneLabs was mentioned in the libsocket docs, but I didn't make the connection because mailfilter ran all but the first time. I might have stumbled into...
bpaddock@...
Dec 28, 2000 4:03 pm
437
... ZoneAlarm can't filter packets that are sent low-level through WinSock, as done by the CODA sock.vxd. I contacted them about this, and they said it was...
Tim Van Holder
tim.van.holder@...
Dec 28, 2000 4:14 pm
438
Hello. ... Well, I'm working on Winsock 2 support at the moment. Currently it can create/destroy/connect, but send() and recv() don't work, because...wait for...
Richard Dawe
rich@...
Dec 28, 2000 10:56 pm
439
Hello. As the title suggests, I am ending development of libsocket. I no longer have the time, energy or interest to keep on developing libsocket to a good...
Richard Dawe
rich@...
Jan 28, 2001 5:21 pm
440
... -- Richard Dawe <richdawe@...> http://www.bigfoot.com/~richdawe/ "The soul is the mirror of an indestructible universe."...
Richard Dawe
rich@...
Feb 6, 2001 10:36 pm
441
Hello. I'm CC'ing the libsocket list on my reply, since it's relevant. Wojciech Galazka wrote: [snip] ... I would suggest that support of the Unix98...
Richard Dawe
rich@...
Feb 6, 2001 10:36 pm
442
OK, here are my thoughts: I really find it sad that you're ending development of libsocket. I've been quite busy since early December and am just finding time...
Matt Lewandowsky
matt.l@...
Feb 7, 2001 8:15 am
443
Hello. Matt Lewandowsky wrote: [snip] ... [snip] ... [snip] Yes, I agree. I tried to integrate with Watt-32, but gave up due to time constraints. It seemed...
Richard Dawe
rich@...
Feb 7, 2001 11:39 pm
444
... -- Richard Dawe <richdawe@...> http://www.bigfoot.com/~richdawe/ "The soul is the mirror of an indestructible universe."...
Richard Dawe
rich@...
Feb 8, 2001 9:15 pm
445
Hello. ... Yes, exactly. AFAIK Windows ME implements its networking drivers as DLLs rather VxDs. I suspect that libsocket will not work it. Damian Yerrick, did...
Richard Dawe
rich@...
Feb 8, 2001 9:15 pm
446
Hello. I've just uploaded a snapshot of libsocket's CVS to the libsocket development page: ...
Richard Dawe
rich@...
Feb 10, 2001 5:15 pm
447
Hi all, I have just started studying TCP/IP for a project about one year fom now. It makes me very sad the perspective of libsocket endig :(( I am comming to...
Alain
alainm@...
Mar 1, 2001 12:37 am
448
Hello. ... I'd recommend you read a book called "Unix Network Programming: Volume One" by W. Richard Stevens. It's a classic book and it will help you a lot....