Maybe throw in some socket options? I dunno
This commit is contained in:
parent
44fc23fb4f
commit
b3c85c891e
1 changed files with 5 additions and 0 deletions
|
@ -38,9 +38,14 @@ enum patty_ax25_sock_mode {
|
|||
PATTY_AX25_SOCK_SABME
|
||||
};
|
||||
|
||||
enum patty_ax25_sock_opts {
|
||||
PATTY_AX25_SOCK_NONBLOCK = 1 << 0
|
||||
};
|
||||
|
||||
typedef struct _patty_ax25_sock {
|
||||
enum patty_ax25_sock_status status;
|
||||
enum patty_ax25_sock_mode mode;
|
||||
enum patty_ax25_sock_opts opts;
|
||||
|
||||
time_t timer_ack;
|
||||
time_t timer_response;
|
||||
|
|
Loading…
Add table
Reference in a new issue