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...
mahmoud abotaleb
mabotaleb@...
May 24, 2001 12:48 pm
454
Hello. ... Hmmm, it sounds like you have some homework to do. Anyway, you can find lots of source code for these things on the web. You may to look at some web...
Richard Dawe
rich@...
May 24, 2001 9:57 pm
455
Hi, i'm french so sorry for my english ! I created a server program and i compiled it with Djgpp (gcc server.c -o server.exe -lsocket). I use ls080. The...
rubikz@...
Jun 22, 2001 12:08 pm
456
Hi, i'm french so sorry for my english ! I created a server program and i compiled it with Djgpp (gcc server.c -o server.exe -lsocket). I use ls080. The...
rubikz@...
Jun 22, 2001 12:24 pm
457
Bonjour! ... Have you installed the socket extension on the computer that does not have DJGPP? You need to run this program, to install it: ...
Richard Dawe
rich@...
Jun 23, 2001 7:45 am
458
Hi, I create a socket and put it into non blocking mode, then call connect(). The connect fails with this error message : <Operation not supported on endpoint...
rubikz@...
Jun 29, 2001 2:32 pm
459
Hello. ... libsocket does not support non-blocking connect calls. You must use blocking connect calls. You can switch the socket into non-blocking mode, once...
Dawe, Richard
richard.dawe@...
Jun 29, 2001 3:29 pm
460
Best underground information print now !!! 1. Guaranteed Unsecured Credit Cards up to $50,000 Regardless of Bad Credit. We can show you how and where you can...
xxx@...
Nov 4, 2001 4:58 am
461
By way of introduction, we are a company that specialises in placements in niche technology and non technology related areas. Because we cater to niche and...
Hello. ... [snip] ... This is not a mailing list for discussing career opportunities. It is a mailing list for discussing libsocket and related subjects....
COPY YOUR DVD's!! Why Spend upwards of $4000 on a DVD Burner when we will show you an alternative that will do the exact same thing for only $19.95? You heard...
dvdburner@...
Jan 20, 2002 7:04 pm
464
Untitled Document ARE YOU GRABBING YOUR SHARE? How much would it be worth to you to be able to sell and use cutting edge formulations of products that have the...
email@...
Mar 13, 2002 10:30 am
465
You have to check out this cool site I found. There's a bunch of different cards to choose from. I couldn't get a card anywhere else on the web. I found this...
Hello. ... No I don't. ... Don't spam this list. Do it again and I will remove you from the list / complain to Yahoo. (I'm the owner of this mailing list.) -- ...
Hi I'm John, and I'm new to Djgpp. Initially when i tried to compile simple "socket" pgms, i used to get the "undefined socket reference" error messages....
Hello. satan_john_lobo wrote: [snip] ... What errors do you get? libsocket is pretty much dead. I'm no longer developing it and AFAIK no-one else is. You may...
I have legacy app that does TCP/IP (SOCK_STREAM) with DJGPP/wsock in DOS. Four years later I have been asked to update it. However I can no longer find...
tfriedel
tom@...
May 30, 2002 4:20 pm
471
Have a look at Waterloo TCP/IP email of the list is watt-32@yahoogroups.com it is an active program... Alain...
Thanks, I will perhaps look at that, as it appears to support TCP/IP + DJGPP. With libsocket, using just libsocket.a, I got pretty far, but get error 93,...
tfriedel
tom@...
May 31, 2002 8:04 pm
473
Hello. ... Have you installed the Winsock helper? libsocket won't work on Windows 98 otherwise. Please see install.txt in the libsocket distribution. libsocket...
Hi Friends!!! Please find below the latest list of openings for our CMM Level 5 Client in chennai . Request you to kindly send your resume and refer all your...
contact_ravi
contact_ravi@...
Jun 6, 2002 12:00 pm
475
Hello. ... [snip] This is off-topic for the libsocket mailing list. Have you actually bothered to read the description for libsocket mailing list at...
hi all, i am raw socket programming and i am havin problems constructing ip packets, inspite of giving the int on = 1; ...
vaishnavi kidambi
vaish_kidambi@...
Sep 18, 2002 7:16 pm
477
Hello. ... What user are you trying this as? I think you have to be Administrator or a user that has priveledges to use raw sockets. Please note that this...
Hi, I was thinking of writing a small mail reader (for learning purposes only - very very basic) and is it worth using libsocket (I'm using djgpp as my c++...
Hello. ... You may want to look at Cygwin or Mingw32. These both produce Windows executables. I would use Cygwin, as your program will be more portable, if you...
Hi, I wish you a happy, prosperous and a peaceful year. I am working on a project to create a class library for DICOM digital imaging standards communications...
hello everyone, I am student and i need a source code for a client server messenger in C language. i've got one using VC's compiler but i dont have to use the...
sanjeevblohia
sanjeevblohia@...
Jul 14, 2003 6:33 pm
482
simply take a look at beej's network programming guide at http://www.ecst.csuchico.edu/~beej/guide/net/. i think it's got exactly what you need! ... -- Giorgio...