Skip to content

Commit

Permalink
corrected example of configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubgs committed Aug 29, 2013
1 parent 075229f commit 7631eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project has a goal of allowing the sharing of physical devices like charact
Disclamer
---------

The code is not yet stable or really usable. Test at your own peril. This WILL cause kernel panics.
The code is not yet stable. Test at your own peril. This WILL cause kernel panics.

Usage
-----
Expand All @@ -26,7 +26,7 @@ Format of configuration file:

Example:

/dev/urandom;netdev;192.168.1.13;9999
/dev/urandom;netdev_urandom;192.168.1.13;9999

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.

Expand Down

0 comments on commit 7631eeb

Please sign in to comment.