--- a/src/node/socket.h Mon Jun 23 12:43:54 2008 -0700
+++ b/src/node/socket.h Mon Jun 23 12:44:05 2008 -0700
@@ -465,8 +465,6 @@
* Calls RecvFrom (maxSize, flags, fromAddress) with maxSize
* implicitly set to maximum sized integer, and flags set to zero.
*
- * \param maxSize reader will accept packet up to maxSize
- * \param flags Socket control flags
* \param fromAddress output parameter that will return the
* address of the sender of the received packet, if any. Remains
* untouched if no packet is received.