Go to the documentation of this file.
23 #ifndef INCLUDED_GR_UDP_SINK_H
24 #define INCLUDED_GR_UDP_SINK_H
54 const std::string &host,
int port,
55 int payload_size=1472,
bool eof=
true);
58 virtual int payload_size() = 0;
68 virtual void connect(
const std::string &host,
int port) = 0;
75 virtual void disconnect() = 0;