mirror of
https://github.com/bstansell/conserver.git
synced 2025-03-24 21:05:19 +00:00
conserver-server: add more missing high baud rates
For as long as we support fixed baud rates fill in more gaps left after e7ca230c2239735d1b4c05747da8efbbae2fb547 supported by various operating systems.
This commit is contained in:
parent
8b3dfdb14f
commit
70d6935356
@ -104,6 +104,21 @@ BAUD baud[] = {
|
||||
# if defined(B1500000)
|
||||
{"1500000", B1500000},
|
||||
# endif
|
||||
# if defined(B1000000)
|
||||
{"1000000", B1000000},
|
||||
# endif
|
||||
# if defined(B921600)
|
||||
{"921600", B921600},
|
||||
# endif
|
||||
# if defined(B500000)
|
||||
{"500000", B500000},
|
||||
# endif
|
||||
# if defined(B460800)
|
||||
{"460800", B460800},
|
||||
# endif
|
||||
# if defined(B230400)
|
||||
{"230400", B230400},
|
||||
# endif
|
||||
# if defined(B1152000)
|
||||
{"1152000", B1152000},
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user