Re: [ns] TCP ACKs - change route

2008-10-03 Thread Rafiq Shaikh
PROTECTED] Subject: [ns] TCP ACKs - change route To: Ns-users@ISI.EDU Date: Tuesday, September 30, 2008, 1:28 AM I remember I saw related question in the list, but without answer. I'm trying to send the ACKs for the TCP packets using specific routes. In the tcp-sink.cc module there is a function

[ns] TCP ACKs - change route

2008-09-30 Thread Tatiana Polishchuk
I remember I saw related question in the list, but without answer. I'm trying to send the ACKs for the TCP packets using specific routes. In the tcp-sink.cc module there is a function ack() which sends ACK packets using send(P, 0) method. Does anybody know where the function is defined and there