udpxy: Simplify configuration.

This fixes https://dev.openwrt.org/ticket/16863.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2014-06-26 03:09:13 +02:00
parent 11bf9384ed
commit bcd2e39bfa
3 changed files with 29 additions and 30 deletions
+9 -9
View File
@@ -1,13 +1,13 @@
config udpxy
option verbose '0'
option status '1'
option bind '0.0.0.0'
# option bind '0.0.0.0'
option port '4022'
option source '0.0.0.0'
option max_clients '3'
option log_file '/var/log/udpxy'
option buffer_size '2048'
option buffer_messages '1'
option buffer_time '1'
option nice_increment '0'
option mcsub_renew '0'
# option source '0.0.0.0'
# option max_clients '3'
# option log_file '/var/log/udpxy'
# option buffer_size '4096'
# option buffer_messages '-1'
# option buffer_time '-1'
# option nice_increment '0'
# option mcsub_renew '0'