]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
struct fwp_endpoint_attr documentation changes
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 26 Oct 2009 15:53:06 +0000 (16:53 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 26 Oct 2009 17:03:29 +0000 (18:03 +0100)
fwp/lib/fwp/fwp_endpoint.h

index addb338ec5b5a8cd0c22797b5b3897334d2e054f..811e1f9ffa0db18c002374cf70cb550342178278 100644 (file)
@@ -65,11 +65,10 @@ typedef unsigned int fwp_addr_t;
  */
 typedef
 struct fwp_endpoint_attr {
-       /** Specifies whether fwp enpoint is reliable (TCP) or not (UDP)*/
+       /** Specifies whether fwp endpoint is reliable (TCP) or not (UDP)*/
        unsigned int reliability;
-       /** Specifies max number of allowed connections */
+       /** Specifies max number of allowed connections (for TCP only) */
        unsigned int max_connections;
-       /* queueing policy*/
 } fwp_endpoint_attr_t;
 
 #include "fwp_vres.h"