Recording RTT and RTO values

2003-12-27 Thread Tanmay Ganacharya
Hello, I am currently using FreeBSD 4.8. I am want to record RTT and RTO values of a tcp connection. Could anyone please tell me which variables in which files hold the current RTT and RTO values. Once known I can put printfs and print these values. Also if there is any other easier way of finding

Recording RTT and RTO values

2003-12-27 Thread Tanmay Ganacharya
Hello, I am currently using FreeBSD 4.8. I am want to record RTT and RTO values of a tcp connection. Could anyone please tell me which variables in which files hold the current RTT and RTO values. Once known I can put printfs and print these values. Also if there is any other easier way of finding

Re: Recording RTT and RTO values

2003-12-26 Thread Andre Oppermann
Max Laier wrote: > > On Friday 26 December 2003 11:49, Tanmay Ganacharya wrote: > > Hello, > > > > I am a student from the University of Southern California. I am currently > > pursuing my master. > > I am working on a project in which I need to record the RTT and RTO values > > of a TCP connectio

Re: Recording RTT and RTO values

2003-12-26 Thread Max Laier
On Friday 26 December 2003 11:49, Tanmay Ganacharya wrote: > Hello, > > I am a student from the University of Southern California. I am currently > pursuing my master. > I am working on a project in which I need to record the RTT and RTO values > of a TCP connection. > To achieve the same I first r