X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBSDSocketProtocol.hh;h=ff4799255c649021183d719f730bb79d9bda3265;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=bfdef2b0aba154c36ff008dec00111b7fb3f1c01;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Socket/BSDSocketProtocol.hh b/Socket/BSDSocketProtocol.hh index bfdef2b..ff47992 100644 --- a/Socket/BSDSocketProtocol.hh +++ b/Socket/BSDSocketProtocol.hh @@ -65,7 +65,8 @@ namespace senf { the last network packet passed to the user has been received from the network. This allows precise network timing. - \returns timestamp when packet was received */ + \returns timestamp when packet was received + \todo Move this to DatagramSocketProtocol class */ }; /** \brief Protocol facet providing basic connection oriented BSD socket functions @@ -105,4 +106,5 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" // End: