]> gitweb.factorcode.org Git - factor.git/commit
added with-local-address to bind the local address of a socket to a specific IP or...
authorSascha Matzke <sascha.matzke@didolo.org>
Sun, 27 Sep 2009 15:31:02 +0000 (17:31 +0200)
committerSascha Matzke <sascha.matzke@didolo.org>
Fri, 23 Oct 2009 06:10:03 +0000 (08:10 +0200)
commita36e7ff40a1cbbc343071051a4698f2735a303c4
tree47fb968fb90be9cb1533718c3bd3f23ce9b10b44
parent15f4196d438ef4730d33369a3619918b3ef4b60f
added with-local-address to bind the local address of a socket to a specific IP or IP/port combination (sometimes required to get through firewalls)
basis/io/sockets/sockets.factor
basis/io/sockets/unix/unix.factor
basis/io/sockets/windows/windows.factor