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....
Richard Dawe
rich@...
Mar 1, 2001 8:40 pm
449
Hi, Has anyone had any experience with sock.vxd to share? I checked the sources and the buglist and I'm going to take care of the coda sock.vxd part of the...
Wojciech Gazka
wojciech.galazka@...
Mar 8, 2001 11:18 am
450
Hello. ... Most of my knowledge is contained in the Coda SOCK.VXD Pseudo-documentation: http://www.phekda.freeserve.co.uk/richdawe/dl/csockvxd.htm and the...
Richard Dawe
rich@...
Mar 9, 2001 12:06 am
451
... Don't know if it helps or not but at http://www.sysinternals.com/ there are some VxD debugging programs you can download. -- For information on any of the...
bpaddock@...
Mar 9, 2001 11:27 am
452
Hello. libsocket appears to work with SOCK.VXD on Windows ME. There appears to be a bug in the host name parsing though. Perhaps I fixed this in the copy of my...
Richard Dawe
rich@...
Mar 22, 2001 8:39 pm
453
hi... if you have a client and server that they use HTTP1.1 protocol i read HTTP1.1 and knew its rules BUT i need some implementation of that using...