Fix for binding socket to a specific interface (fixes #116)
authorvpeter4 <peter.vicman@gmail.com>
Sun, 27 Apr 2014 10:32:15 +0000 (12:32 +0200)
committerAndy Green <andy.green@linaro.org>
Sun, 27 Apr 2014 23:32:14 +0000 (07:32 +0800)
commit7cc7ae476a6e032a27661cc2dc73a6c61b5e5a15
tree6946fc35e42df249cb17dc6b4dc57424a60b0b9c
parent46e48868ac6e8bf15769d093ee42f3b329fb4007
Fix for binding socket to a specific interface (fixes #116)
 also allow binding to IP address with @iface info.iface = "eth0"; info.iface
 = "192.168.1.5";
lib/lws-plat-unix.c
lib/server.c