From 071ac463082646189ade6e31bb3f6051516f81b2 Mon Sep 17 00:00:00 2001 From: plutooo Date: Mon, 5 Aug 2013 12:51:58 -0700 Subject: core: Rewrote ping-module, better performance and cleaner code. --- core/util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 core/util.h (limited to 'core/util.h') diff --git a/core/util.h b/core/util.h new file mode 100644 index 00000000..aab2ead9 --- /dev/null +++ b/core/util.h @@ -0,0 +1,10 @@ +/* + * util.h -- Utilities. + * + * This file is donated to the Tox Project. + * Copyright 2013 plutooo + */ + +uint64_t now(); +uint64_t random_64b(); +bool ipp_eq(IP_Port a, IP_Port b); -- cgit v1.2.3