Skip to content
Snippets Groups Projects
Commit 307547cc authored by g0dil's avatar g0dil
Browse files

Finalize berlios migration

parent 4adadd35
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ prefix_ void satcom::lib::BSDSocketProtocol::linger(bool enable, unsigned timeou
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)
......
......@@ -55,7 +55,7 @@ BOOST_AUTO_UNIT_TEST(packetSocketHandle)
// 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) );
......
......@@ -25,7 +25,7 @@
// 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment