X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.hh;h=863dc4fd4e11b9113bb1b03dbed0814e91e9ce8f;hb=a8a6c2992968ee32cbc0244851e25b57a03a323a;hp=95e38e8810095d39d6f77d98d22e79925fc8e13b;hpb=5a5c6d7f0fae7ad6c0af49d7742955cb6cf618cf;p=senf.git diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index 95e38e8..863dc4f 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -21,6 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file + \brief SocketProtocol and ConcreteSocketProtocol public header \idea We should optimize the protocol handling. Allocating a protocol instance for every socket body seems quite wasteful. We could derive SocketPolicy from SocketBody (probably privately,