Minor cleanup

This commit is contained in:
Joseph Henry 2015-10-09 17:31:22 -04:00
commit 3bcb6bf321
9 changed files with 443 additions and 97 deletions

View file

@ -142,7 +142,6 @@ private:
TcpConnection *getConnectionByPCB(struct tcp_pcb *pcb);
void closeConnection(TcpConnection *conn);
void closeAll();
void closeClient(PhySocket *sock);
Phy<NetconEthernetTap *> _phy;