obj: add read() and write() object callbacks
This commit is contained in:
11
include/socks/flags.h
Normal file
11
include/socks/flags.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SOCKS_FLAGS_H_
|
||||
#define SOCKS_FLAGS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
S_NORMAL = 0x00u,
|
||||
S_NOBLOCK = 0x01u,
|
||||
} socks_flags_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user