Struct diffusion::MulticastWriter [] [src]

pub struct MulticastWriter { /* fields omitted */ }

is writer for multicast. MulticastWriter uses the natual UDP packet as message boundary.

Methods

impl MulticastWriter
[src]

returns a new instance of MulticastWriter. addr is the address the sending socket binds to, and also the address that it sends to.

Trait Implementations

impl Debug for MulticastWriter
[src]

Formats the value using the given formatter.

impl Writer for MulticastWriter
[src]

returns Ok(()) if write is successful.