|
Bugzilla – Full Text Bug Listing |
| Summary: | EmuNetDevice::StopDevice() does not return | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | konstantin.miller |
| Component: | fd-net-device | Assignee: | alina <aquereilhac> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | konstantin.miller, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3.14 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
konstantin.miller
2013-02-25 01:53:22 UTC
need to confirm that this bug still exists with FdNetDevice Closing this bug as resolved, fixed (by refactoring of emu to fd-net-device) This is the old behavior referred to in the bug report: http://code.nsnam.org/ns-3.13/file/806692404e47/src/emu/model/emu-net-device.cc#l617 which resulted in a a blocking call to pthread_join(). Currently, EmuNetDevice was replaced by FdNetDevice, which has this different code for StopDevice: http://code.nsnam.org/ns-3.26/file/af21cf79d193/src/fd-net-device/model/fd-net-device.cc#l271 |