[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] SRM question



Yes. The basic reason I think is that reliable multicast protocols should
send in units of ADU without translation to PDU, etc. But in simulator
this does not matter at all and you can put in a couple of lines, similar
to those in udp.cc, to send multiple packets.

On Thu, 29 Jun 2000, Sencun Zhu wrote:

> Date: Thu, 29 Jun 2000 13:53:55 -0400 (EDT)
> From: Sencun Zhu <[email protected]>
> To: [email protected]
> Subject: [ns] SRM question
> 
> 
> Hi,all, I have a question about SRM, in srm.cc, the method
> SRMAgent::sendmsg lets size_=nbytes, this means no matter how big the
> data from application is, the srm agent will send it once, why?
> 
> 
> thanks 
> Sencun  
> 
>