From: ts Date: 2001-11-19T18:22:13+09:00 Subject: [ruby-talk:25833] Re: ipv6/Linux 2.4 problem >>>>> "t" == ts writes: t> This is me which is unable to program or there is a problem ? Someone can confirm this /* recvfrom will not necessarily return an address. e.g., linux 2.4.2 doesn't change addr or addr_size if socket is AF_INET/SOCK_STREAM. */ addr, addr_size are the last 2 parameters of recvfrom() Guy Decoux