pull/1748/head
Jeff Becker 3 years ago committed by Jeff
parent e11e736ea5
commit d3d07fe53e

@ -11,7 +11,7 @@ extern "C"
struct lokinet_udp_flowinfo struct lokinet_udp_flowinfo
{ {
/// remote endpoint's .loki or .snode address /// remote endpoint's .loki or .snode address
char remote_host[[256]; char remote_host[256];
/// remote endpont's port /// remote endpont's port
int remote_port; int remote_port;
/// the socket id for this flow used for i/o purposes and closing this socket /// the socket id for this flow used for i/o purposes and closing this socket

Loading…
Cancel
Save