Project

General

Profile

Task #5041

Updated by Davide Pesavento over 1 year ago

To achieve creating unicast Face in self-learning strategy (see motivation in #4973), [[4973]]), EndpointId, i.e., a remote ethernet or udp address, has to be passed in. The current type of EndpointId is int, and this issue intends to redefine it as `variant<monostate, ethernet::Address, udp::Endpoint>` ip::udp::endpoint>` as discussed in 2019-11-25 NFD call.

Back