mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-22 21:34:22 -04:00
Asynchronous IO implemented, packet queueing implemented
This commit is contained in:
parent
06d138d66c
commit
c22123b953
6 changed files with 49 additions and 25 deletions
1
device.h
1
device.h
|
@ -23,6 +23,7 @@
|
|||
#define CONFIG_QUEUE_SIZE 7500
|
||||
#define CONFIG_QUEUE_MAX_LENGTH 15
|
||||
#define CONFIG_SERIAL_BUFFER_SIZE 1532 // TODO: Tune this, what is actually required?
|
||||
#define CONFIG_SERIAL_TIMEOUT_MS 10
|
||||
|
||||
// CSMA Settings
|
||||
#define CONFIG_FULL_DUPLEX false // TODO: Actually implement fdx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue