VNC: Add basic message receipt logic

This commit is contained in:
Gregory Nutt
2016-04-17 09:17:37 -06:00
parent c767686b3d
commit 3ca5a94515
4 changed files with 66 additions and 2 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ static inline void recvfrom_newtcpdata(FAR struct net_driver_s *dev,
size_t recvlen = recvfrom_newdata(dev, pstate);
/* If there is more data left in the packet that we could not buffer, than
/* If there is more data left in the packet that we could not buffer, then
* add it to the read-ahead buffers.
*/