Actions
Feature #4098
closedSupport non-listening UDP channels
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Currently, when UdpFactory
creates a UdpChannel
, the latter is put into listening mode unconditionally. This is different from e.g. TcpChannel
, where listening or non-listening is decided by a configuration file setting (face_system.tcp.listen
).
This task implements a similar knob (face_system.udp.listen
) that applies to UdpChannel
. The use case is allowing "outgoing-only" channels, in which UDP faces can only be created explicitly through management requests, and incoming datagrams from unknown peers are ignored.
Updated by Junxiao Shi over 7 years ago
What's the use case of "outgoing-only" channels?
Updated by Davide Pesavento over 7 years ago
Junxiao Shi wrote:
What's the use case of "outgoing-only" channels?
Read the issue description again.
Updated by Davide Pesavento almost 7 years ago
- Status changed from New to In Progress
- Assignee set to Davide Pesavento
- Target version set to v0.7
Updated by Davide Pesavento almost 7 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento almost 7 years ago
- Status changed from Code review to Closed
Actions