Hello,
I am working on a bandwidth measurment tool where I need
to send udp packets with fixed interspacing.
For this purpose, I am trying to measure the latency of sendto syscall.
In one experiment, I set the socket buffer ( both send and receive )
equal to the size of the packet for that expe
hi,
one possible solution could be to use gettimeofday (usec resolution )
and do a busy wait in a loop for T sec.
manish
http://www.cis.udel.edu/~jain
On Fri, 3 May 2002, Paolo Di Francesco wrote:
> Hello hackers,
>
> I am trying to write a simple C program that must do some
> specialized thin
hello,
I tried setting socket buffer to 300 k and and am able to do it.
What error do you get when you try to set socket buffer larger than 256 k.
What is the version of freebsd u r using ?
manish
http://www.cis.udel.edu/~jain
On Tue, 8 Jan 2002, Giovanni Pau wrote:
> I would like to have a ve
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
4 matches
Mail list logo