summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.c
AgeCommit message (Collapse)Author
2015-04-16Some fixes and improvements.irungentoo
Fixed that the first TCP relays in the list would never be disconnected even if they were useless.
2015-04-16Only increase connection lock if connection is actively used to connectirungentoo
to a friend. Give the connection a couple seconds (TCP_CONNECTION_ANNOUNCE_TIMEOUT) to connect itself to the friend before killing it if we are already connected to enough total relays.
2015-04-15If we know the pk that the oob packet was sent from treat it as a normal ↵irungentoo
data packet.
2015-04-15Some work done on TCP_Connection.irungentoo
The main thing left to do is the reconnect if we get disconnected part.
2015-04-13TCP connection mostly done.irungentoo
Only thing left is testing and integrating it in net_crypto.
2015-04-10More work on TCP connection.irungentoo
Only a couple things left to add.
2015-04-09Some more work on TCP connection.irungentoo
2015-04-07TCP_connection started.irungentoo
The plan is to move some of the TCP stuff from net_crypto into it.