Large cleanup:
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Jun 2000 15:16:12 +0000 (15:16 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Jun 2000 15:16:12 +0000 (15:16 +0000)
commit7f7e158aae8df5c65211bcfa82516e7c243cdd2e
treef809c67f20e66098bebe7cfe6837b9dede895b79
parent3c54a513b0c0a3acac60e03403ab4abfa0688c62
Large cleanup:
- Removed hostname lookup (it blocks, and you can always do it yourself)
- Reorganized debug levels (after hints from Axel M�ller):
  0 Startup message and errors
  1 Connection logging
  2 Meta protocol information
  3 Verbose meta protocol (includes copy of transmitted requests)
  4 Packet information (logs transmission/errors of UDP packets)
  5 Verbose packet information (every single byte, not implemented yet
to protect ourselves from filling up /var/log directories)
- Made log messages more consistent
src/encr.c
src/net.c
src/net.h
src/netutl.c
src/protocol.c
src/tincd.c