mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Finish cleaning up core_net.
This commit is contained in:
@@ -338,8 +338,8 @@ ENDPOINT := net.Endpoint{
|
||||
|
||||
CONTENT := "Hellope!"
|
||||
|
||||
SEND_TIMEOUT :: time.Duration(2 * time.Second)
|
||||
RECV_TIMEOUT :: time.Duration(2 * time.Second)
|
||||
SEND_TIMEOUT :: time.Duration(1 * time.Second)
|
||||
RECV_TIMEOUT :: time.Duration(1 * time.Second)
|
||||
|
||||
Thread_Data :: struct {
|
||||
skt: net.Any_Socket,
|
||||
|
||||
Reference in New Issue
Block a user