Remove socket IO mode (nonblock unnecessary with pre-checked recv buffer)
This commit is contained in:
@@ -279,7 +279,6 @@ bool net_init() {
|
||||
state.ip[3] = state.mac[5];
|
||||
|
||||
w6300::open_socket(raw_socket, w6300::protocol::macraw, w6300::sock_flag::none);
|
||||
w6300::set_socket_io_mode(raw_socket, w6300::sock_io_mode::nonblock);
|
||||
w6300::set_interrupt_mask(w6300::ik_sock_0);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user