[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FW: Bug found in cbr_traffic.cc file in NS
Hi,
An example of NS document Ch 1. uses 'packetSize_' as a variable to access
CBR traffic packet size and Ch 25.3 uses 'packet_size_' as a variable to
access CBR traffic packet size.
Which one should be corrected ?
Currently cbr_traffic.cc file uses 'packet_size_'.
Thanks in advance.
Bong Ho kim
> -----Original Message-----
> From: Kim, Bong Ho (Bongho)
> Sent: Monday, June 28, 1999 1:44 PM
> To: '[email protected]'
> Subject: Bug found in cbr_traffic.cc file in NS
>
> Hi,
> I don't know if this bug is already known. Anyway here is the bug found.
>
> To be consistent with NS document:
>
> In the file 'cbr_traffic.cc', the following line
>
> bind("packet_size_",&size_);
>
> Should be
>
> bind("packetSize_",&size_);
>
> like this.
>
> Bye.
>
> Bong Ho kim
> (732)332-6831
> [email protected]