Advertisement

1 - 10 of 89 containing alltags:("recv") (0 seconds)
okay i need to read in some data from a socket. how to i tell if there still date left to read after my inital recv. if there is how do i then get it. i think it might be some kind of loop ...
Zones: CDate Answered: 03/07/2000 Grade: A Views: 0
in the recv() funtion there is: socket, scalar, lenght, and flags. i know what the first 3 are but the flags i dont know what kind of value i should have there.  if i use undef everything works ...
Zones: PerlDate Answered: 01/06/2003 Grade: B Views: 0
Hello. Im trying to recv a fil from a webserver, this actually works now but it's a bit slow. Here is my code :  timer(start, "before loop");  while((recv_bytes = recv(socketfd, buf, s...
Zones: C++Date Answered: 05/13/2003 Grade: A Views: 4
I am writing a socket server (windows 2000, visual C++).  I establish the socket (bind(), listen() ).  Then I loop starting with accept(), recv(), and send(), back to accept()...  I can send and re...
Zones: C++Date Answered: 12/01/2003 Grade: A Views: 0
Hi Experts, Let me make my question more clear, I need one server, multi clients will coming in, but no need to process them simultaneously, one by one in quene is ok. Every client will se...
Zones: C++Date Answered: 05/02/2005 Grade: A Views: 0
Hi to whoever looks at this question, How do I hook a specific funtion in a DLL ? For example, if I want to hook the recv() call and examin the relvant parameters before or after it's executed, ho...
Zones: Windows ProgrammingDate Answered: 01/11/2000 Grade: C Views: 0
Hi, I am gettting a WSAECONNRESET error on my recv function. The remote host did not close the connection, in fact the connection is still up. I am using VC++ 6.0, on NT 4.0 I am using str...
Zones: C++Date Answered: 07/03/2000 Grade: A Views: 39
I have been tracking down this problem for the last couple of days.. I have finally narrowed it to a recv() call that hangs my app. I have a socket connection to a device and use recv to get the...
Zones: C++Date Answered: 04/12/2001 Grade: A Views: 0
Hi all, I use a AF_INET, SOCK_STREAM, IP_PROTOIP socket connection, in a non-blocking mode. If i send a lot of data over socket, the data will remain in socket connection until the other side...
Zones: CDate Answered: 07/04/2003 Grade: A Views: 0
Ah Good day, I have managed to write a simple *console based* chat app in C using Winsock, but have found it to be impractical for one major reason. But before I delve into why that is, let m...
Zones: CDate Answered: 01/23/2003 Grade: B Views: 0