mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/socket/mkconstants.rb: Add IP_TRANSPARENT.
IP_TRANSPARENT is provieded since glibc-2.12. Reported by Eliezer Croitoru. [ruby-core:50372] [Bug #7476] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									693703c391
								
							
						
					
					
						commit
						17a2f1ecc3
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -1,3 +1,9 @@ | ||||||
|  | Mon May  5 23:53:24 2014  Tanaka Akira  <akr@fsij.org> | ||||||
|  | 
 | ||||||
|  | 	* ext/socket/mkconstants.rb: Add IP_TRANSPARENT. | ||||||
|  | 	  IP_TRANSPARENT is provieded since glibc-2.12. | ||||||
|  | 	  Reported by Eliezer Croitoru.  [ruby-core:50372] [Bug #7476] | ||||||
|  | 
 | ||||||
| Mon May  5 22:29:47 2014  Tanaka Akira  <akr@fsij.org> | Mon May  5 22:29:47 2014  Tanaka Akira  <akr@fsij.org> | ||||||
| 
 | 
 | ||||||
| 	* process.c (check_exec_redirect): Open the file in write mode for | 	* process.c (check_exec_redirect): Open the file in write mode for | ||||||
|  |  | ||||||
|  | @ -540,6 +540,7 @@ IP_FREEBIND	nil	Allow binding to nonexistent IP addresses | ||||||
| IP_IPSEC_POLICY	nil	IPsec security policy | IP_IPSEC_POLICY	nil	IPsec security policy | ||||||
| IP_XFRM_POLICY | IP_XFRM_POLICY | ||||||
| IP_PASSSEC	nil	Retrieve security context with datagram | IP_PASSSEC	nil	Retrieve security context with datagram | ||||||
|  | IP_TRANSPARENT  nil     Transparent proxy | ||||||
| IP_PMTUDISC_DONT	nil	Never send DF frames | IP_PMTUDISC_DONT	nil	Never send DF frames | ||||||
| IP_PMTUDISC_WANT	nil	Use per-route hints | IP_PMTUDISC_WANT	nil	Use per-route hints | ||||||
| IP_PMTUDISC_DO	nil	Always send DF frames | IP_PMTUDISC_DO	nil	Always send DF frames | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 akr
						akr