#include <socketlib.h>
  
  | 
        
          | SocketOptions::SocketOptions | ( |  | ) |  |  | inline | 
 
 
      
        
          | SocketOptions::SocketOptions | ( | uint16_t | p | ) |  | 
      
 
 
      
        
          | SocketOptions::SocketOptions | ( | string | a, | 
        
          |  |  | uint16_t | p | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | SocketOptions::SocketOptions | ( | string | a, | 
        
          |  |  | uint16_t | p, | 
        
          |  |  | uint16_t | r | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int32_t SocketOptions::handle = 0 | 
      
 
 
      
        
          | struct sockaddr_in SocketOptions::server | 
      
 
 
      
        
          | struct sockaddr_in SocketOptions::s_other | 
      
 
 
      
        
          | bool SocketOptions::connect = false | 
      
 
 
      
        
          | string SocketOptions::address = "127.0.0.1" | 
      
 
 
      
        
          | uint16_t SocketOptions::port = 8888 | 
      
 
 
      
        
          | int SocketOptions::addrlen = sizeof(server) | 
      
 
 
      
        
          | uint16_t SocketOptions::role = 0 | 
      
 
 
      
        
          | bool SocketOptions::blocking = true | 
      
 
 
      
        
          | uint32_t SocketOptions::timeout = 100000 | 
      
 
 
      
        
          | bool SocketOptions::stream = false | 
      
 
 
The documentation for this struct was generated from the following file: