ruby-changes:11008
From: akr <ko1@a...>
Date: Tue, 24 Feb 2009 22:19:15 +0900 (JST)
Subject: [ruby-changes:11008] Ruby:r22598 (trunk): add comment.
akr 2009-02-24 22:19:04 +0900 (Tue, 24 Feb 2009) New Revision: 22598 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22598 Log: add comment. Modified files: trunk/ext/socket/socket.c Index: ext/socket/socket.c =================================================================== --- ext/socket/socket.c (revision 22597) +++ ext/socket/socket.c (revision 22598) @@ -1424,6 +1424,7 @@ len = sizeof(struct sockaddr_in6); # ifdef __KAME__ /* KAME uses the 2nd 16bit word of link local IPv6 address as interface index internally */ + /* http://orange.kame.net/dev/cvsweb.cgi/kame/IMPLEMENTATION */ /* convert fe80:1::1 to fe80::1%1 */ memcpy(&addr6, addr, len); addr = (struct sockaddr *)&addr6; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/