Expose GNS remote endpoint metadata
This commit is contained in:
@@ -83,6 +83,12 @@ CO_GNS_API int co_gns_server_disconnect(
|
||||
int32_t reason,
|
||||
const char* debug);
|
||||
|
||||
CO_GNS_API int co_gns_server_remote_ipv4(
|
||||
co_gns_server_handle handle,
|
||||
uint32_t connection_id,
|
||||
uint32_t* out_ipv4_host_order,
|
||||
uint16_t* out_port);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user