src/transport_internal.h
branchnew-transport
changeset 165 b3e95108c884
parent 159 d3e253d7281a
child 176 6750d50ee8cd
--- a/src/transport_internal.h	Sun May 03 17:16:30 2009 +0300
+++ b/src/transport_internal.h	Sun May 03 17:18:16 2009 +0300
@@ -23,7 +23,7 @@
     err_t (*write) (transport_t *transport, const void *buf, size_t *len, error_t *err);
 
     /**
-     * The mask of event flags will be set to the given mask if this method is succesfully.
+     * The mask of event flags will be set to the given mask if this method is succesfull.
      *
      * The old mask is still available in transport::info::ev_mask.
      */
@@ -101,9 +101,9 @@
  *
  * If called from the transport_methods::_connected method, pass in direct to avoid recursion.
  *
- * This sets the transport::connected flag, regardless of which callback it invokes.
+ * XXX: This sets the transport::connected flag, regardless of which callback it invokes.
  *
- * XXX: implement proper layering of types, linkig transport_type's together
+ * XXX: implement proper layering of types by taking a transport_type arg and chaining down from there.
  *
  * @param transport the transport state
  * @param err NULL for success, otherwise connect error code