Preparation for IPv6 support
authorFelix Morgner <felix.morgner@gmail.com>
Mon, 28 Apr 2014 11:42:07 +0000 (13:42 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Mon, 28 Apr 2014 17:14:55 +0000 (19:14 +0200)
commita9e44ce53c945b997b686329a4df5d79e416a837
treecc83aac070aff5a615e245eceaa1c37183586c4d
parent381d2562857640505719ed896b0952fc625ccf1e
Preparation for IPv6 support

- Two new configuration variables were introduced (bindport6, bindaddr6)
- Analogously two new commandline parameters were introduced -A and -B
- Address and port setup were moved into a seperate function to clean up
  the code a little.
src/conf.c
src/conf.h
src/main.c
src/server.c