Actions
Task #1368
closedReplace deadline_timer usages in TcpChannel with Scheduler-based timeouts
Start date:
Due date:
% Done:
100%
Estimated time:
Description
The current code has a couple of usages of ndn::monotonic_deadline_timer
. These usages should be replaced with scheduler-based timeouts.
Updated by Davide Pesavento over 10 years ago
- Category set to Faces
- Assignee set to Davide Pesavento
Updated by Alex Afanasyev over 10 years ago
- Assignee changed from Davide Pesavento to Alex Afanasyev
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 10 years ago
- Subject changed from Replace deadline_timer usages in Tcp|UdpChannel with Scheduler-based timeouts to Replace deadline_timer usages in TcpChannel with Scheduler-based timeouts
- Status changed from Code review to Closed
There isn't any deadline_timer
usage in UdpChannel.
Actions