X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBufferingPolicy.cc;h=780b2a2b4fc1d626f8386b0129153ea448cc5637;hb=9a988902090d28007578e93bffd809f6bd913155;hp=8fdf27b54d3c12aabf3254f3dce60930962d1f6b;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/BufferingPolicy.cc b/Socket/BufferingPolicy.cc index 8fdf27b..780b2a2 100644 --- a/Socket/BufferingPolicy.cc +++ b/Socket/BufferingPolicy.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -20,7 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template functions +/** \file + \brief BufferingPolicy non-inline non-template implementation + */ #include "BufferingPolicy.hh" //#include "BufferingPolicy.ih" @@ -61,7 +63,7 @@ prefix_ unsigned senf::SocketBufferingPolicy::sndbuf(FileHandle handle) // Linux doubles the bufer size on setting the SNDBUF to cater for internal // headers. We fix this up here .. (see lkml FAQ) return size/2; - + } prefix_ void senf::SocketBufferingPolicy::sndbuf(FileHandle handle, unsigned size) @@ -77,5 +79,8 @@ prefix_ void senf::SocketBufferingPolicy::sndbuf(FileHandle handle, unsigned siz // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: