reopen UDP socket in case of error

This commit is contained in:
orignal 2016-11-30 21:14:10 -05:00
parent 1d8807a6ba
commit 230c2aaf26
2 changed files with 27 additions and 16 deletions

2
SSU.h
View file

@ -68,6 +68,8 @@ namespace transport
private:
void OpenSocket ();
void OpenSocketV6 ();
void Run ();
void RunV6 ();
void RunReceivers ();