Project

General

Profile

Feature #3168

Updated by Junxiao Shi over 8 years ago

Implement `UdpTransport` for use with LinkService. 

 The `UdpTransport` is a subclass of [`Transport`](https://gist.github.com/yoursunny/22a7d53711b4e9bc198a) that communicates with a remote forwarder over UDP socket. forwarder. 

 * `UdpTransport` is always non-local. 
 * `UdpTransport` can be on-demand, persistent, or permanent. 

 After implementing `UdpTransport`: 

 * change `UdpChannel` to initialize an `LpFace(SimpleLinkService+UdpTransport)` in place of `UdpFace` 
 * delete old `UdpFace` and `MulticastUdpFace`

Back