mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Beginning CMake configuration for ZT
Only tested on Windows so far
This commit is contained in:
parent
af5d3a7f0b
commit
0b3b5f6174
111 changed files with 19586 additions and 36 deletions
9
ext/librabbitmq/TODO
Normal file
9
ext/librabbitmq/TODO
Normal file
|
@ -0,0 +1,9 @@
|
|||
Deal with version-mismatch-header received from the server
|
||||
|
||||
Cope with unknown frame types better. Currently it gets horribly
|
||||
confused about frame lengths.
|
||||
|
||||
Make client brutal by default, killing the program on any amqp
|
||||
error. Only if the user disables this behaviour will the user get to
|
||||
deal with error conditions themselves. Make use of amqp_rpc_reply
|
||||
consistent (i.e. universal), and rename it something like amqp_errno.
|
Loading…
Add table
Add a link
Reference in a new issue