#ifndef SOCKS_FLAGS_H_ #define SOCKS_FLAGS_H_ #include typedef enum { S_NORMAL = 0x00u, S_NOBLOCK = 0x01u, } socks_flags_t; #endif