diff options
Diffstat (limited to 'ffi')
-rw-r--r-- | ffi/pyouroboros_build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ffi/pyouroboros_build.py b/ffi/pyouroboros_build.py index b4ace8e..d216895 100644 --- a/ffi/pyouroboros_build.py +++ b/ffi/pyouroboros_build.py @@ -34,6 +34,7 @@ typedef struct qos_spec { uint8_t in_order; /* In-order delivery, enables FRCT */ uint32_t max_gap; /* In ms */ uint16_t cypher_s; /* Cypher strength, 0 = no encryption */ + uint32_t timeout; /* Timeout in ms */ } qosspec_t; /* OUROBOROS DEV.H */ |