force server's ip address for outgoing connection when not bound to 0.0.0.0
commit391dcd73543e36abe3328fa115ac3f21411e34a5
authorrofl0r <retnyg@gmx.net>
Tue, 12 Sep 2017 15:29:01 +0000 (12 16:29 +0100)
committerrofl0r <retnyg@gmx.net>
Tue, 12 Sep 2017 15:29:01 +0000 (12 16:29 +0100)
treea7ac418777bd74264ad05f1cc13320e1cdc695e5
parent24eba0ac4477af640b47074a48a9532d5b38882e
force server's ip address for outgoing connection when not bound to 0.0.0.0

if the user specifies a specific ip address for the server to listen on,
then it is assumed he wants to use this ip for outgoing connections.

closes #5
server.c
server.h
sockssrv.c