Debugger now listens for connections and will only allow one at a time.

This commit is contained in:
Ben Vanik
2013-12-19 10:08:25 -08:00
parent 597e196940
commit 1461792289
10 changed files with 103 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ public:
socket_t socket_id() const { return socket_id_; }
virtual int Setup();
virtual void Close();
void Write(uint8_t** buffers, size_t* lengths, size_t count);