Commit Graph

16 Commits

Author SHA1 Message Date
d3agle 92f0563cf0 Removed unused namespace 2015-07-24 18:49:04 -05:00
d3agle 89aac0fa78 Server UPnP fix 2015-07-24 18:46:55 -05:00
MaxXor 26c6ef7bfa Improved waiting for UPnP devices 2015-07-19 10:22:04 +02:00
MaxXor 5031a50f07 Changed UPnP library to Mono.Nat #279 2015-07-15 14:55:44 +02:00
MaxXor dbd95e4398 UPnP fix 2015-05-26 22:13:11 +02:00
d3agle 7e13fa080e small behavior fix #213 update 2015-05-26 14:55:23 -05:00
MaxXor df5ce2f893 Fixed code formatting
Replaced all tabs in code with 4 spaces and did some general renaming.
2015-04-21 20:27:52 +02:00
yankejustin 295daca123 Some code consistency improvements
Made some code more consistent to the code in the solution.
2015-04-07 12:46:14 -04:00
yankejustin 8ecd568acf Fixed the loop that attempts to forward a port
If the endpoint was null, the loop would break anyways, not allowing up
to 5 retries (only got 1 try).
2015-04-07 12:38:34 -04:00
MaxXor 76ca01a420 Minor null reference fix 2015-03-18 18:12:45 +01:00
yankejustin 79f9ca0cba Made sure the TcpClient will always kill itself
Placed TcpClient in a try-finally to make sure it will never linger if
it (likely) cannot connect successfully.
2015-03-17 18:30:12 -04:00
yankejustin 7fd83c87be Removed label to increase readability
Removed a label and implemented a more-common do-while loop for retry
functionality.
2015-03-17 18:22:09 -04:00
MaxXor e3ad2f0716 Refactored namespace 2015-01-13 19:29:11 +01:00
MaxXor cc825fabb2 Close port on exit (UPnP) 2014-07-30 16:34:42 +02:00
MaxXor a0ca489717 Adjusted some changes to xRAT 2014-07-30 15:08:03 +02:00
187Final ceffc3a4e3 UPnP
added UPnP
2014-07-30 07:03:00 -05:00