Hello. I'd like to announce the 4th beta of libsocket 0.7.4, a BSD-style socket library for DJGPP. This beta release fixes some more bugs in the Winsock 2...
Richard Dawe
rich@...
Jun 4, 2000 9:55 pm
390
Hello. ... Thanks for the bug report. I'll fix that soon. BTW djgpp-workers isn't really the right place to discuss this - libsocket isn't actually part of...
Richard Dawe
rich@...
Jun 6, 2000 6:29 pm
391
Hello. I've just updated the libsocket web site, after the release of libsocket 0.7.4 beta 4. I corrected the FAQ heavily. The libsocket 0.7.4 beta 4 ...
Richard Dawe
rich@...
Jun 12, 2000 10:04 pm
392
Hello. I've just put a guide to debugging libsocket on the development page. It's pretty brief, but lists a few salient details. It's here: ...
Richard Dawe
rich@...
Aug 5, 2000 4:28 pm
393
Hi, I get a beginner question on libsocket: suppose that I define a socket (non-blocking, if this matters). I use listen() and accept() on it for incoming...
Bauce
bauce@...
Aug 17, 2000 12:23 pm
394
Hello. ... There should be no difference in limit between blocking and non-blocking sockets. ... This will depend on the version of Winsock that you have,...
Richard Dawe
rich@...
Aug 17, 2000 9:47 pm
395
Hi Richard, And thanks for your quick answer. To answer your question: I'm trying to develop a server (for the fun of it) for a network based basic game. It...
Bauce
bauce@...
Aug 18, 2000 7:15 am
396
Oups! I just realized that the 'backlog' parameter is for pending connections... My question was actually: Is there a limit for the number of incoming ...
Bauce
bauce@...
Aug 18, 2000 12:20 pm
397
Hello. ... Well, the maximum number of connections that can be accepted is limited to the number of sockets that can be created, less one, since you need one ...
Richard Dawe
rich@...
Aug 18, 2000 10:56 pm
398
I'm searching somebody that can help us to do a socket connection, between a small PC-DOS (kila System - www.kila.com) and a sever application in windows NT. ...
eurosoft@...
Aug 21, 2000 5:21 pm
399
As I understand it, there's a DOS port of the Waterloo TCP library that uses a DOS packet driver. I think it came with lynx 2.8.4 (or some version number...
Tim Van Holder
tim.van.holder@...
Aug 21, 2000 8:07 pm
400
Thanks for your answer, I have the library Waterloo TCP. I'm looking for a programmer that can do the client under dos. I do not know the 'C'. Alberto ... do ...
eurosoft@...
Aug 22, 2000 7:38 am
401
Hello. ... The Waterloo TCP library actually uses packet drivers. There is a further developed library (with many, many additional features) here called...
Dawe, Richard
richard.dawe@...
Aug 22, 2000 8:47 am
402
Hi all, Sorry to come back on the same point again, but I need to be certain that I understand the behavior. So let's suppose I have 2 pieces of codes: a...
Bauce
bauce@...
Aug 30, 2000 7:16 am
403
Hello. ... No worries - I'll see what I can do. ... [snip] ... Hmmm, this sounds like a bug. Could you send me a copy of the output of the diag demo program....
Richard Dawe
rich@...
Aug 30, 2000 8:40 pm
404
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 ...