summaryrefslogtreecommitdiff
path: root/docs/network/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/network/README')
-rw-r--r--docs/network/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/network/README b/docs/network/README
index d2829e5..9bf3cc4 100644
--- a/docs/network/README
+++ b/docs/network/README
@@ -14,6 +14,11 @@ Goals:
- reach the 100MBit/s sustained transfer rate (yes I know, there are
Gigabits/s NICs out there, but their speed is almost impossible to
reach)
+- low-level abstraction should try not to hide the BSD-API, but try to
+ nivelate things in the direction of POSIX. So we are later able to
+ add specific Unix or Windows code where we want. An abstraction as
+ in Poco hinders us doing this because we have to think about everything
+ from the beginning!
Links:
- Boost ASIO: on design