Code

Fixed problems with the new `network.c' code:
authorocto <octo>
Sun, 29 Jan 2006 16:40:25 +0000 (16:40 +0000)
committerocto <octo>
Sun, 29 Jan 2006 16:40:25 +0000 (16:40 +0000)
commit35e5e3a04fd24827118b06e8ef740fefc030af07
tree13a453a59ac8009227ce487d50b3bcf4fb614eec
parent7e9a722fa5d169d5efd1afcdfff5676fd3bcfcc0
Fixed problems with the new `network.c' code:
- The client only uses one `addrinfo' address, so messages are not send twice.. The default IPv6 multicast address is prefered over the default IPv4 multicast address.
- `network_receive' is now interruptible by signals. It returns without error (and without data).
- Removed the (old) `Server' and `Port' options from `configfile.c' in favor of the (new) `cf_callback_socket'.
src/configfile.c
src/network.c