diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2022-03-11 16:54:12 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2022-03-11 16:54:12 +0100 |
commit | 114e3952a51ed51126207e77ac305e4f5665e9eb (patch) | |
tree | a0353f7fc03d5422abb8be97b198513256dd8148 /ffi | |
parent | 5974215c9864ca72945b553f5374dbc8ba9a191d (diff) | |
download | pyouroboros-master.tar.gz pyouroboros-master.zip |
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 */ |