From 83ca2ead96d4e3225cacb9d6fd0964f2a2630a80 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Apr 2009 18:16:01 +0200 Subject: added accpeting and logging of accepted connections in networking test2 --- docs/network/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3-54-g00ecf