From: "ko1 (Koichi Sasada)" Date: 2013-02-24T21:23:02+09:00 Subject: [ruby-core:52809] [ruby-trunk - Feature #7476] missing "IP_TRANSPARENT" constant for IP sockets. Issue #7476 has been updated by ko1 (Koichi Sasada). Target version changed from 2.0.0 to 2.1.0 ping -> akr ---------------------------------------- Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets. https://bugs.ruby-lang.org/issues/7476#change-36913 Author: elico (Eliezer Croitoru) Status: Assigned Priority: Normal Assignee: akr (Akira Tanaka) Category: ext Target version: 2.1.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/