summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
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