Mercurial > hg > beaglert
diff core/UdpServer.cpp @ 54:d3f869b98147 ultra-staging
Udp transmission working (enough) for demo in Nottingham
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 08 Jun 2015 01:07:48 +0100 |
parents | 6907e2177eb8 |
children | 2197435e8fb4 |
line wrap: on
line diff
--- a/core/UdpServer.cpp Sun Jun 07 14:58:34 2015 +0100 +++ b/core/UdpServer.cpp Mon Jun 08 01:07:48 2015 +0100 @@ -13,7 +13,7 @@ init(0); } UdpServer::~UdpServer(){ - + //TODO: unbind from port. AFAIK, this involves closing the socket, therefore creating the socket should become part of bindToPort }; bool UdpServer::init(int aPort){ enabled=true;