How do I bind a socket to a certain interface in Erlang? (In C the function setsockopt(2) the option SO_BINDTODEVICE is used to bind the socket to for example "eth0". I can't find this in the Erlang source code.) /Hans Nilsson