// we use gettimeofday() now to determine the packet rcv time, since on some boxes...
[senf.git] / senf / Socket / Protocols / INet / ConnectedRawINetSocketHandle.cc
index 47ca1e1..d4447f3 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 
-#include "../../../Utils/Exception.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "UDPSocketHandle.mpp"
 #define prefix_
@@ -83,7 +83,7 @@ senf::ConnectedRawV6SocketProtocol::init_client(int const & protocol, INet6Socke
     const
 {
     init_client(protocol);
-    if(address.boolean_test()) { 
+    if (address.boolean_test()) {
         //only connect if socket is not [::]:0, this results in an irreversible binding to the lo interface (linux 2.6.15)
         clientHandle().connect(address);
     }