Re: [ns] Application Layer Payload Transfer

2008-04-26 Thread Sidney Doria
Herr Hagen Pfeifer, NS2 is not easy to novice. It's normal that novice people be confusing with some questions and concepts, even network concepts. After months same people that have asked a foo question are now secure, with strong skills and helping another novices with their new foo questions.

Re: [ns] Application Layer Payload Transfer

2008-04-25 Thread Hagen Paul Pfeifer
* Sidney Doria | 2008-04-23 13:05:59 [-0300]: > We know that NS-2 Transport API to Application layer does not provide > a payload transfer. > > In NS, Transport only tells to the application: "hey, a packet with > nbytes has arrived". But no data is transfered to the app. > I'm using UDP and I ne

[ns] Application Layer Payload Transfer

2008-04-24 Thread Sidney Doria
Hi NS all, We know that NS-2 Transport API to Application layer does not provide a payload transfer. In NS, Transport only tells to the application: "hey, a packet with nbytes has arrived". But no data is transfered to the app. I'm using UDP and I need the payload to simulate well my applic