summaryrefslogtreecommitdiffstats
path: root/tinyNET/src/turn/tnet_turn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/src/turn/tnet_turn.h')
-rwxr-xr-xtinyNET/src/turn/tnet_turn.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tinyNET/src/turn/tnet_turn.h b/tinyNET/src/turn/tnet_turn.h
index af3a5e4..f1c050e 100755
--- a/tinyNET/src/turn/tnet_turn.h
+++ b/tinyNET/src/turn/tnet_turn.h
@@ -2,19 +2,19 @@
//* Copyright (C) 2010-2011 Mamadou Diop.
//*
//* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
-//*
+//*
//* This file is part of Open Source Doubango Framework.
//*
//* DOUBANGO is free software: you can redistribute it and/or modify
//* it under the terms of the GNU General Public License as published by
//* the Free Software Foundation, either version 3 of the License, or
//* (at your option) any later version.
-//*
+//*
//* DOUBANGO is distributed in the hope that it will be useful,
//* but WITHOUT ANY WARRANTY; without even the implied warranty of
//* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//* GNU General Public License for more details.
-//*
+//*
//* You should have received a copy of the GNU General Public License
//* along with DOUBANGO.
//*
@@ -113,15 +113,15 @@
//typedef struct tnet_turn_allocation_s
//{
// TSK_DECLARE_OBJECT;
-//
+//
// tnet_turn_allocation_id_t id; /**< Unique id. */
-//
+//
// char* relay_address; /**< the relayed transport address */
// //! Server reflexive address of the local socket(STUN1 as per RFC 3489).
// tnet_stun_attribute_mapped_addr_t *maddr;
// //! XORed server reflexive address (STUN2 as per RFC 5389).
// tnet_stun_attribute_xmapped_addr_t *xmaddr;
-//
+//
// /* 5-tuple */
// tnet_fd_t localFD;
// tnet_socket_type_t socket_type;
OpenPOWER on IntegriCloud