This commit is contained in:
Jeff Becker 2021-09-21 11:12:59 -04:00 committed by Jeff
parent e11e736ea5
commit d3d07fe53e
1 changed files with 1 additions and 1 deletions

View File

@ -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