Hello. I've uploaded Gabor's Virtual Sockets Library and Winsock 2 interface for DOS programs. See the dossock home page: ...
Richard Dawe
rich@...
Sep 9, 2000 10:32 am
405
Hello. The interface to WSOCK2.VXD is now known. What this means for libsocket: the possibility of proper, working Winsock 2 support. The current method, using...
Richard Dawe
rich@...
Sep 9, 2000 10:32 am
406
Hello. I saw this mail recently on the newsgroup comp.os.ms-windows.programmer.tools.winsock. I thought it might be of interest. I have no idea how easy it'd...
Richard Dawe
rich@...
Sep 10, 2000 9:22 am
407
Hello. I've prepared distributions of the man pages that used to come with libsocket. They were removed because they are a lot of hassle to maintain, because...
Richard Dawe
rich@...
Sep 10, 2000 10:58 am
408
Hello. I'm pleased to announce libsocket 0.8.0 pre 1. This is a bugfix release in the run up to the full 0.8.0 release. I decided to release 0.7.4 as 0.8.0, ...
Richard Dawe
rich@...
Sep 11, 2000 9:09 pm
409
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...