summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-05 18:16:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-05 18:16:01 +0200
commit83ca2ead96d4e3225cacb9d6fd0964f2a2630a80 (patch)
treedd15ecd30a7b9bf6330b0e51fc4d3b71e7d0d003 /docs
parentc392ae0e621842db18f10cdfd4c87ac9b60e4a92 (diff)
downloadwolfbones-83ca2ead96d4e3225cacb9d6fd0964f2a2630a80.tar.gz
wolfbones-83ca2ead96d4e3225cacb9d6fd0964f2a2630a80.tar.bz2
added accpeting and logging of accepted connections in networking test2
Diffstat (limited to 'docs')
-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