>So how many commands can we add on? are we limited to three?

Err.. I haven't actually put anything into config.ini to add new commands to the menu, although userspace can still do that (up to 16 new menu options, roughly).

But as for tuneable parameters in config.ini, I don't see any real limit as to how many can be added to the table in hijack.c.

Basic syntax is: keyword=value1[,value2 ..]

Anything that can fit that syntax (values are signed integers, decimal or hex) is very easy to add right now.

Cheers