Timeout option added
This commit is contained in:
parent
de9a3f94f7
commit
aa94eeda65
10 changed files with 79 additions and 54 deletions
|
|
@ -118,7 +118,7 @@ struct Options {
|
|||
std::string interface;
|
||||
std::string file;
|
||||
int debug_level=0;
|
||||
long timeout;
|
||||
long timeout = 180U;
|
||||
};
|
||||
|
||||
#endif /* TYPES_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue