- Added meta.c which contains functions to send, receive and broadcast
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 26 Sep 2000 14:06:11 +0000 (14:06 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 26 Sep 2000 14:06:11 +0000 (14:06 +0000)
commitc78a204f06182f50b0812c8e4fef6163e82097bf
treeeb7994f89c931a5e963d351353a56c357927f448
parent2c412009e5805f04c650889b19fcb38531f2aa50
- Added meta.c which contains functions to send, receive and broadcast
  metadata. It will also handle encryption and decryption, and possibly
  compression and checksumming.
- Moved request dispatcher to protocol.c.
src/meta.c [new file with mode: 0644]
src/meta.h [new file with mode: 0644]
src/net.c
src/protocol.c
src/protocol.h