From 7e2839e2d8f16f72143a9c405b5a410a11489eb3 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 15 Feb 2015 20:20:06 -0500 Subject: New api progress. --- toxcore/tox.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 61f40539..056dcd31 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -571,16 +571,14 @@ typedef enum TOX_CONNECTION { * is connected through a TCP relay, only. For a friend, this means that the * connection to that particular friend goes through a TCP relay. */ - TOX_CONNECTION_TCP4, - TOX_CONNECTION_TCP6, + TOX_CONNECTION_TCP, /** * A UDP connection has been established. For the own instance, this means it * is able to send UDP packets to DHT nodes, but may still be connected to * a TCP relay. For a friend, this means that the connection to that * particular friend was built using direct UDP packets. */ - TOX_CONNECTION_UDP4, - TOX_CONNECTION_UDP6 + TOX_CONNECTION_UDP } TOX_CONNECTION; -- cgit v1.2.3