NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Revision 121:eaea4c1291c2, committed 2016-05-09
- Comitter:
- Christopher Haster
- Date:
- Mon May 09 22:40:30 2016 -0500
- Parent:
- 120:6eb542426f15
- Parent:
- 119:4f8b720d512a
- Child:
- 122:b316a6631ef8
- Commit message:
- Merged 4f8b720d512a
Changed in this revision
--- a/TCPServer.cpp Mon May 09 22:40:00 2016 -0500 +++ b/TCPServer.cpp Mon May 09 22:40:30 2016 -0500 @@ -61,6 +61,7 @@ void *socket; int err = _iface->socket_accept(&socket, _socket); if (!err) { + connection->_iface = _iface; connection->_socket = socket; }