[ns] printing the ackno

2007-09-04 Thread Sebastian Harko
Hello, I want to print the "acknowledgment number" of every ACK in the terminal... So I went to tcp.cc ( "newack" method ) and I did this: cout << "ACK number is: " << tcph->ackno_ << endl; but all the ACK numbers it prints for a simple simulation are equal to zero... note that i was abl

[ns] novice question

2007-06-27 Thread Sebastian Harko
, Sebastian Harko