sendto syscall

2002-05-22 Thread Manish Jain
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

Re: A time resolution problem

2002-05-03 Thread Manish Jain
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

Re: Very High Speed TCP Session ... How I can achieve ?

2002-01-08 Thread Manish Jain
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

Re: Proposed patch (-stable) for minor KVM adjustments for the release

2001-08-19 Thread Manish Jain
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message