Finish cleaning up core_net.

This commit is contained in:
Jeroen van Rijn
2023-03-03 17:26:44 +01:00
parent 5da5ebff13
commit 5c05038af0
3 changed files with 49 additions and 44 deletions
+2 -2
View File
@@ -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,