Use fixed size integer types in protocol messages
commit8964601fe13db90eecc0e4e9a866ae9f20c4edec
authorMarc André Tanner <mat@brain-dump.org>
Wed, 21 Jun 2017 20:37:43 +0000 (21 22:37 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Wed, 21 Jun 2017 20:52:14 +0000 (21 22:52 +0200)
tree8a43578d17e80c9de10ceabc9492ed56602c745b
parent637555684620efeb8579c367b7379346f0a46d23
Use fixed size integer types in protocol messages

This should make it possible to connect with a 32bit client to a 64bit
server. This might also make it possible to forward the abduco socket
over SSH as described in #25. Different endianness are not supported at
this time.

This is a breaking protocol change. Make sure to use the same version
as client and server (anything else is unsupported anyway!).
abduco.c
client.c
debug.c
server.c