Bugzilla – Bug 1283
PacketSocket::SendTo should return number of bytes
Last modified: 2012-03-07 11:28:35 UTC
Created attachment 1259 [details] proposed fix according to the doxygen documentation of Socket::SendTo http://www.nsnam.org/docs/release/3.12/doxygen/classns3_1_1_socket.html#af898fce6a58e0dbba23c1c6de1d4220e if successful, should return "the number of bytes copied in the internal buffer and accepted for transmission" however PacketSocket::SendTo does not comply with this. I am attaching a patch that fixes this issue.
This seems obviously right. +1 for commit.
Obviously +1
changeset: 7755:0e50e485b38b tag: tip user: Nicola Baldo <nbaldo@cttc.es> date: Wed Mar 07 17:14:41 2012 +0100 summary: fixed bug 1283: PacketSocket::SendTo should return number of bytes