mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 19:59:19 +02:00
restructured the pilerget utility
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#define MAXBUFSIZE 8192
|
||||
#define SMALLBUFSIZE 512
|
||||
#define BIGBUFSIZE 65536
|
||||
#define REALLYBIGBUFSIZE 524288
|
||||
#define TINYBUFSIZE 128
|
||||
#define MAXVAL 256
|
||||
#define RANDOM_POOL "/dev/urandom"
|
||||
@@ -99,5 +100,8 @@
|
||||
#define DIRECTION_OUTGOING 2
|
||||
#define DIRECTION_INTERNAL_AND_OUTGOING 3
|
||||
|
||||
#define WRITE_TO_STDOUT 0
|
||||
#define WRITE_TO_BUFFER 1
|
||||
|
||||
#endif /* _CONFIG_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user