mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Support OpenBSD.
This commit is contained in:
		
							parent
							
								
									ed96e5ede1
								
							
						
					
					
						commit
						91c1643ffe
					
				
					 3 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
#include <inttypes.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__)
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
 | 
			
		||||
#include <endian.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <sys/endian.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
#include "util.h"
 | 
			
		||||
#include "Log.h"
 | 
			
		||||
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__)
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__) || defined(__OpenBSD__)
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <ifaddrs.h>
 | 
			
		||||
#elif defined(WIN32)
 | 
			
		||||
| 
						 | 
				
			
			@ -463,7 +463,7 @@ namespace http
 | 
			
		|||
 | 
			
		||||
namespace net {
 | 
			
		||||
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__)
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__) || defined(__OpenBSD__)
 | 
			
		||||
    
 | 
			
		||||
    int GetMTUUnix(const boost::asio::ip::address& localAddress, int fallback)
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			@ -663,7 +663,7 @@ namespace net {
 | 
			
		|||
    {
 | 
			
		||||
        const int fallback = 576; // fallback MTU
 | 
			
		||||
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__)
 | 
			
		||||
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__APPLE__) || defined(__OpenBSD__)
 | 
			
		||||
        return GetMTUUnix(localAddress, fallback);
 | 
			
		||||
#elif defined(WIN32)
 | 
			
		||||
        return GetMTUWindows(localAddress, fallback);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue