summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-02-15 20:20:06 -0500
committerirungentoo <irungentoo@gmail.com>2015-02-15 20:20:06 -0500
commit7e2839e2d8f16f72143a9c405b5a410a11489eb3 (patch)
tree83cef4556a0ea913d3d7ea16c4393a7c6b46595d /toxcore/tox.h
parentfd56762a1bd3af1207ecb2e7ea1e895c46ae2cc8 (diff)
New api progress.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 2 insertions, 4 deletions
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 {
571 * is connected through a TCP relay, only. For a friend, this means that the 571 * is connected through a TCP relay, only. For a friend, this means that the
572 * connection to that particular friend goes through a TCP relay. 572 * connection to that particular friend goes through a TCP relay.
573 */ 573 */
574 TOX_CONNECTION_TCP4, 574 TOX_CONNECTION_TCP,
575 TOX_CONNECTION_TCP6,
576 /** 575 /**
577 * A UDP connection has been established. For the own instance, this means it 576 * A UDP connection has been established. For the own instance, this means it
578 * is able to send UDP packets to DHT nodes, but may still be connected to 577 * is able to send UDP packets to DHT nodes, but may still be connected to
579 * a TCP relay. For a friend, this means that the connection to that 578 * a TCP relay. For a friend, this means that the connection to that
580 * particular friend was built using direct UDP packets. 579 * particular friend was built using direct UDP packets.
581 */ 580 */
582 TOX_CONNECTION_UDP4, 581 TOX_CONNECTION_UDP
583 TOX_CONNECTION_UDP6
584} TOX_CONNECTION; 582} TOX_CONNECTION;
585 583
586 584