You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This project has a goal of allowing the sharing of physical devices like charact
9
9
Disclamer
10
10
---------
11
11
12
-
The code is not yet stable or really usable. Test at your own peril. This WILL cause kernel panics.
12
+
The code is not yet stable. Test at your own peril. This WILL cause kernel panics.
13
13
14
14
Usage
15
15
-----
@@ -26,7 +26,7 @@ Format of configuration file:
26
26
27
27
Example:
28
28
29
-
/dev/urandom;netdev;192.168.1.13;9999
29
+
/dev/urandom;netdev_urandom;192.168.1.13;9999
30
30
31
31
Some static limitations apply. For example limit of devices is 32 and is defined in include/protocol.h with NETDEV_MAX_DEVICES and NETDEV_HTABLE_DEV_SIZE.
0 commit comments