From: shibata.hiroshi@... Date: 2014-01-30T06:16:41+00:00 Subject: [ruby-core:60271] [ruby-trunk - Feature #7476] missing "IP_TRANSPARENT" constant for IP sockets. Issue #7476 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets. https://bugs.ruby-lang.org/issues/7476#change-44751 * Author: Eliezer Croitoru * Status: Assigned * Priority: Normal * Assignee: Akira Tanaka * Category: ext * Target version: current: 2.2.0 ---------------------------------------- There is a missing constant for IP_TRANSPARENT on linux. to set the TPROXY on a socket I use: s.setsockopt(Socket::SOL_IP, 19, 1) The 19 suppose to be as a constant named: IP_TRANSPARENT or Socket::IP_TRANSPARENT. -- http://bugs.ruby-lang.org/