Hello. Matt Lewandowsky expressed his interest in my attempt to integrate Watt-32 into libsocket. Here are some thoughts that spring to mind on the subject. ...
Richard Dawe
rich@...
Oct 8, 2000 5:48 pm
410
Hello. ... Pardon the delay. I just tried to link a program with shutdown() and it worked. I used the CVS sources of libsocket, which are the same as libsocket...
Richard Dawe
rich@...
Oct 10, 2000 9:35 pm
411
... <SNIPPED> OK. Now comes the obvious question... Does libsocket have public CVS, or do you have to send me a tarball? ;) I'm interested in seeing if this is...
Matt Lewandowsky
matt.l@...
Oct 10, 2000 10:21 pm
412
Hello. ... There is no public CVS - development has been pretty slow for the past year or so, so there's been no need. You can get the periodic development...
Dawe, Richard
richard.dawe@...
Oct 11, 2000 8:36 am
413
Hello. I've put a snapshot of my attempt at integrating Watt-32 into libsocket here: http://www.phekda.freeserve.co.uk/richdawe/lsck/lsck_dev.htm#snapshots I...
Richard Dawe
rich@...
Oct 11, 2000 9:33 pm
414
Hello. ... It sounds like you've hit the 32K maximum total data transfer limit. See bugs.txt from the 0.8.0 pre 1 distribution: Winsock 2.x Interface - csock ...
Richard Dawe
rich@...
Oct 21, 2000 3:39 pm
415
Suscribe Maximiliano Vasquez...
PAULO_MAXIMILIANO_VAZ...
PAULO_MAXIMILIANO_VAZ...
Oct 23, 2000 7:35 pm
416
Hello. ... Please see the e-mail addresses at the bottom of this page: http://www.egroups.com/group/libsocket Hint: You need to send a mail to...
Dawe, Richard
richard.dawe@...
Oct 24, 2000 8:08 am
417
Hello. Has anyone tried libsocket on Windows ME? If you have, please let me know. Thanks, -- Richard Dawe [ mailto:richdawe@... |...
Richard Dawe
rich@...
Oct 25, 2000 9:21 pm
418
Hello. ... Do you, split it off from the documentation? If so, adding a script to do these steps seems like a good idea (although people should read the ...
Richard Dawe
rich@...
Oct 29, 2000 4:48 pm
419
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...