aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/misc_utils/udp_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grgsm/misc_utils/udp_socket.h')
-rw-r--r--include/grgsm/misc_utils/udp_socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/udp_socket.h b/include/grgsm/misc_utils/udp_socket.h
index 15b2c66..d1ceb9f 100644
--- a/include/grgsm/misc_utils/udp_socket.h
+++ b/include/grgsm/misc_utils/udp_socket.h
@@ -53,8 +53,9 @@ namespace gr {
public:
udp_socket(
- const std::string &remote_addr,
+ const std::string &bind_addr,
const std::string &src_port,
+ const std::string &remote_addr,
const std::string &dst_port,
size_t mtu);
~udp_socket();