[#82311] [Ruby trunk Bug#13794] Infinite loop of sched_yield — charlie@...
Issue #13794 has been reported by catphish (Charlie Smurthwaite).
4 messages
2017/08/09
[#82518] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — mame@...
Issue #13618 has been updated by mame (Yusuke Endoh).
5 messages
2017/08/30
[#82552] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2017/08/31
mame@ruby-lang.org wrote:
[#82756] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wrong <normalperson@...>
2017/09/12
Eric Wrong <normalperson@yhbt.net> wrote:
[ruby-core:82566] [Ruby trunk Feature#13803] Add Socket::Ifaddr.vhid on supported platforms
From:
akr@...
Date:
2017-08-31 07:19:21 UTC
List:
ruby-core #82566
Issue #13803 has been updated by akr (Akira Tanaka). Although I don't tested, it seems fine except the document should use Integer instead of Fixnum. ---------------------------------------- Feature #13803: Add Socket::Ifaddr.vhid on supported platforms https://bugs.ruby-lang.org/issues/13803#change-66384 * Author: asomers (Alan Somers) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- VHIDs are used in the failover process for interfaces using the CARP protocol. This patch adds support for getting the VHID of an interface address. Tested on FreeBSD 11.0 and FreeBSD 12.0-CURRENT $ sudo ifconfig epair create $ sudo ifconfig epair0a 192.0.2.2/24 vhid 99 $ irb > require 'socket' > Socket.getifaddrs[11] => #<Socket::Ifaddr epair0a UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST 192.0.2.2 netmask=255.255.255.0 broadcast=192.0.2.255> > Socket.getifaddrs[11].vhid => 99 ---Files-------------------------------- Ifaddr.vhid.patch (1.62 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>