]> gitweb.factorcode.org Git - factor.git/blob - basis/io/sockets/unix/linux/linux.factor
a2c4d966336c1a286a7bbd047f25f6e5e236c8de
[factor.git] / basis / io / sockets / unix / linux / linux.factor
1 ! Copyright (C) 2010 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io.sockets kernel system ;
4 IN: io.sockets.unix.linux
5
6 ! Linux seems to use the same port-space for ipv4 and ipv6.
7
8 M: linux resolve-localhost { T{ ipv4 f "0.0.0.0" } } ;
9