]> p2p-next.cs.pub.ro Git - swifty.git/commitdiff
raw: Mention requirement for root user in README.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 16:57:23 +0000 (19:57 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 16:57:28 +0000 (19:57 +0300)
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.

src/raw/README

index a277dcbb47e9b7820f6af0a4b5f5a8866df445c9..a27f372d78992f7665d22493a9b9fc4be538c490 100644 (file)
@@ -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 =