Project

General

Profile

Actions

Feature #6394

closed

Support SO_ORIGINAL_DST socket option

Added by rascov (Min-Cheng Chan) almost 12 years ago. Updated about 6 years ago.

Status:
Rejected
Target version:
-
[ruby-core:44809]

Description

In Linux, SO_ORIGINAL_DST provides the original packet destination, which is very useful when packet is translated by NAT.
In C, this information can be obtained by getsockopt(fd, SOL_IP, SO_ORIGINAL_DST, &remote, &remote_len);
However, current Ruby Socket class does not provide this option.
Please consider adding this option into Ruby.

By the way, I am still working on the patch file.
This option is named with SO_ prefix. However it is an IP layer option (SOL_IP).
ext/socket/mkconstants.rb seems to generate options according to the option prefix, which goes wrong in this case.


Related issues 1 (0 open1 closed)

Has duplicate Ruby master - Feature #14696: add optname SO_ORIGINAL_DSTRejectedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0