]> git.meshlink.io Git - meshlink/blobdiff - src/netutl.h
Remove unused replay window and RTT/bandwidth estimation code.
[meshlink] / src / netutl.h
index 471cae7ff36da6adefcbb56cbefbd527a6f050c9..2d402c2e917b5858245e5c30ebc909e9224c671d 100644 (file)
@@ -1,7 +1,6 @@
 /*
     netutl.h -- header file for netutl.c
-    Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -18,8 +17,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_NETUTL_H__
-#define __TINC_NETUTL_H__
+#ifndef __MESHLINK_NETUTL_H__
+#define __MESHLINK_NETUTL_H__
 
 #include "net.h"
 
@@ -35,4 +34,4 @@ extern void sockaddrunmap(sockaddr_t *);
 extern void sockaddrfree(sockaddr_t *);
 extern void sockaddrcpy(sockaddr_t *, const sockaddr_t *);
 
-#endif /* __TINC_NETUTL_H__ */
+#endif /* __MESHLINK_NETUTL_H__ */