diff --git a/sys/include/net/conn.h b/sys/include/net/conn.h index 2e140eb225..b6b96c39dc 100644 --- a/sys/include/net/conn.h +++ b/sys/include/net/conn.h @@ -15,6 +15,7 @@ * About * ===== * + * ~~~~~~~~~~~~~~~~~~~~~ * +---------------+ * | Application | * +---------------+ @@ -28,6 +29,7 @@ * +---------------+ * | Network Stack | * +---------------+ + * ~~~~~~~~~~~~~~~~~~~~~ * * This module provides a minimal set of functions to establish a connection using * different types of connections. Together, they serve as a common API