twardokus / v2verifier

V2Verifer is an open-source project dedicated to wireless experimentation focused on the security of vehicle-to-vehicle (V2V) communications. This project features the first open-source implementation of the IEEE 1609.2 standard for V2V security.
Other
29 stars 13 forks source link

UDP error with sockets #63

Closed twardokus closed 1 year ago

twardokus commented 1 year ago

UDP sink in GNURadio caches and merges frames until max PDU size (1472 bytes) is collected.

twardokus commented 1 year ago

Patched in f4cb7f9784744a2f000ae5a3a9d590b7525df1d9. More robust fix planned for future expansions, but this restores DSRC operation without verification problems.