From 05309037a86688fb55ebd4a9667f7c32cd5f975c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 13 Oct 2014 09:37:17 -0700 Subject: Yank potentially costly support for TTL out of UdpSocket since we dont use this anymore. --- node/UdpSocket.hpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'node/UdpSocket.hpp') diff --git a/node/UdpSocket.hpp b/node/UdpSocket.hpp index 9566b9ca..7673b013 100644 --- a/node/UdpSocket.hpp +++ b/node/UdpSocket.hpp @@ -46,17 +46,6 @@ public: virtual ~UdpSocket(); virtual bool send(const InetAddress &to,const void *msg,unsigned int msglen); - /** - * Send UDP packet with IP max hops set (<= 0 for default/infinite) - * - * @param to Destination address - * @param msg Message data - * @param msglen Message length - * @param hopLimit IP TTL / max hops - * @return True if packet appears sent - */ - bool sendWithHopLimit(const InetAddress &to,const void *msg,unsigned int msglen,int hopLimit); - protected: #ifdef __WINDOWS__ UdpSocket(Type t,SOCKET s) : -- cgit v1.2.3