From: Razvan Deaconescu Date: Sat, 21 May 2011 16:57:23 +0000 (+0300) Subject: raw: Mention requirement for root user in README. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=0c0ee8b61a76c3f842417cfde21d033d3f4900b4;p=swifty.git raw: Mention requirement for root user in README. Privileged user must be used to run test suite and other programs using the raw socket swift API: raw sockets may only be created by a privileged user. --- diff --git a/src/raw/README b/src/raw/README index a277dcb..a27f372 100644 --- a/src/raw/README +++ b/src/raw/README @@ -23,7 +23,10 @@ Use the test/ folder to test the implementation. Use the Makefile to build the test executable and then run it: cd test/ make - ./test + sudo ./test + +Test suite (and other usage of the API) must be run as root as it uses +raw sockets. = FILE STRUCTURE =