git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@134
270642c3-0616-0410-b53a-bc976706d245
prefix_ struct timeval satcom::lib::BSDSocketProtocol::timestamp()
const
{
- // TODO: Check, why this fails with ENOFILE (!!!!) at least when
+ // BUG: Check, why this fails with ENOFILE (!!!!) at least when
// called from a tcp socket. Further investigation necessary ...
struct timeval tv;
if (::ioctl(body().fd(), SIOCGSTAMP, &tv) < 0)
// How am I supposed to test read and write .. grmpf ..
- // TODO: There are some failures here ... need to investigate
+ // BUG: There are some failures here ... need to investigate
/*
BOOST_CHECK_NO_THROW( sock.protocol().promisc(
"lo",satcom::lib::PacketProtocol::Promiscuous) );
// Custom includes
#include <boost/utility.hpp>
-// TODO: this is really bad. This includes and predefs should be restructured
+// FIXME: this is really bad. The includes and predefs should be restructured
#include "SocketHandle.ih"
//#include "SocketProtocol.mpp"