usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
37 stars 13 forks source link

MaxPackets can not be configured by switching Fabian Eckermann's version of NS-3 #159

Open chengyuan0124 opened 1 year ago

chengyuan0124 commented 1 year ago

The 'MaxPackets' configuration is unmodifiable after switching to Fabian Eckermann's version of NS-3. Without a set limit on 'MaxPackets', the queue won't discard any packets since the default setting is unbounded. This means we can't simulate packet drop events in the current configuration.