reconnection mechanism added to tcp transport

This commit is contained in:
Martin Sustrik
2009-12-15 17:49:40 +01:00
parent 14b112301e
commit 2cef05d869
14 changed files with 130 additions and 37 deletions

View File

@@ -22,6 +22,7 @@
#include <stddef.h>
#include "stdint.hpp"
#include "poller.hpp"
#include "i_poll_events.hpp"