X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FMainpage.dox;h=7035c9fb291a8570d47e2efa3321167edc032a12;hb=f792c278aba0cc2080591d393fff2d8cdca9b95d;hp=edc8b31cbec8b58ec7eba368c3133e77f43c18fa;hpb=0c4aa6222dcd843bd55335c026c9f1efcb8d7f99;p=senf.git diff --git a/senf/Socket/Mainpage.dox b/senf/Socket/Mainpage.dox index edc8b31..7035c9f 100644 --- a/senf/Socket/Mainpage.dox +++ b/senf/Socket/Mainpage.dox @@ -40,7 +40,7 @@ namespace senf { it's functionality \li The rest of the socket API is accessible using a classic inheritance hierarchy of \link protocol_group protocol classes \endlink - \li There is a family of auxilliary \ref addr_group to supplement the socket library + \li There is a family of auxiliary \ref addr_group to supplement the socket library \section socket_handle Socket Handles @@ -68,10 +68,10 @@ namespace senf { The protocol interface provides further protocol dependent and (possibly) polymorphic access to - further socket funcitonality. On the other hand, this type of interface is not as flexible, + further socket functionality. On the other hand, this type of interface is not as flexible, generic and fast as the policy interface. - \section socket_addr Auxilliary Addressing classes + \section socket_addr Auxiliary Addressing classes \seechapter \ref addr_group To supplement the socket library, there are a multitude of addressing classes. These come in two @@ -164,7 +164,7 @@ namespace senf { of the socket (which generic handles don't). This allows to access to the complete protocol interface. - \section over_impl Implementation of the Socket Libarary Structure + \section over_impl Implementation of the Socket Library Structure In the Implementation, the socket policy is identified by an instance of the senf::SocketPolicy template. The Socket representation is internally represented in a senf::SocketBody which is not