Forum: C++
Feb 16th, 2005, 3:08 PM
|
|
Replies: 1
Views: 150
|
Forum: C++
Feb 15th, 2005, 10:03 PM
|
|
Replies: 1
Views: 150
How to specify a timeout for recvfrom()?
Hi,
Can anyone tell me how I can specify a timeout value for a blocking "recvfrom(socket, pack, sizeof(Packet), 0, (struct sockaddr *)&host, &hostlen);" call?
I searched around and from what I've...
|
Forum: C++
Feb 14th, 2005, 3:10 PM
|
|
Replies: 0
Views: 137
fread question
Hi,
I'm trying to read from a binary file in blocks of constant size(say 512B), and then write it into another file, with fread() and fwrite(). However, if the original filesize is a multiple of 512,...
|
Forum: C++
Feb 13th, 2005, 11:39 PM
|
|
Replies: 1
Views: 132
UDP or TCP sockets programming questions
Hi,
I'm in the process of developing a client-server software that handles high bandwidth data transfers between multiple clients(around 10) and a central server on Gigabit ethernet(private LAN)....
|