mars/kernel/sy_old
Thomas Schoebel-Theuer 917d5ae2d2 light: fix client shutdown on slow network
On slow networks, the generic net_io_timeout is too long if you are
impatiently waiting for disconnect.

Change the io_timeout of the individual client brick to a short value.
2014-11-12 09:01:35 +01:00
..
mars_light.c light: fix client shutdown on slow network 2014-11-12 09:01:35 +01:00
mars_proc.c all: remove __exit annotation 2014-04-24 18:08:31 +02:00
mars_proc.h
README
strategy.h all: port to newer kernels (up to 3.15) 2014-06-18 12:10:55 +02:00
sy_generic.c infra: quickfix Redhat/openvz builds 2014-07-14 17:27:11 +02:00
sy_net.c all: remove __exit annotation 2014-04-24 18:08:31 +02:00

This is ugly code from a first prototype trial.
It will disappear as soon as the new strategy layer has been
implemented. The new system will use an interpreter for automated
pattern matching and triggering actions, in a much more generic
fashion than hand-crafted here.