Commit Graph

20 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
3363de82ed cwSocket.h/cpp : Change testMain() to take a cfg.. 2024-11-30 12:16:47 -05:00
kevin
64df75d9aa Threads now take a label which can be displayed via system tools (e.g. top, ps). 2024-02-18 08:37:50 -05:00
kevin
e599e35469 cwSocket.cpp,cwSocketDecls.h,cwIo.cpp : Implement TCP_NODELAY. 2023-07-04 12:02:13 -04:00
kevin
4aa8621b70 cwSocket.cpp : Added error msg. 2022-08-31 14:00:01 -04:00
kevin
b552a96508 cwSocket.cpp : Generate an error message if _idToSock() fails in _getMgrAndSocket(). 2022-05-15 10:36:48 -04:00
kevin.larke
16fb46f5f9 cwSocket.cpp : Log a warning if the socket to destroy() is not found. 2020-04-17 14:05:14 -04:00
kevin.larke
38aab880a0 cwSocket.cpp : Simplified the way the count of sockets is maintained. 2020-04-07 16:22:43 -04:00
kevin.larke
4ef49b84d4 cwSocket.cpp : Fixed comments and error messages. 2020-04-02 14:40:49 -04:00
kevin.larke
bc3c683e41 cwSocket.h/cpp : Changed name of cbId_t to cbOpId_t 2020-04-01 10:46:31 -04:00
kevin.larke
93b1af1a42 cwSocket.h/cpp : Update test() to get server parameters from a specific NIC device. 2020-03-31 12:54:20 -04:00
kpl
11f6d38330 cwSocket.cpp : Sockets are now automatically closed when poll() detects HUP or NVAL conditions. 2020-03-18 19:54:01 -04:00
kpl
414bce83e5 cwSocket.cpp : Children sockets are no unlinked from their parent when they are disconnected. 2020-03-18 19:04:33 -04:00
kpl
46a84600a6 cwSocket.cpp : Added extended socket status checking in _poll(). 2020-03-18 17:20:38 -04:00
kpl
f4e11db89a cwSocket.cpp : Added 'remoteSockAddr' to the socket structure. Fixed bug in 'connId' assignment. 2020-03-18 17:07:33 -04:00
kpl
66e664ec54 cwSocket.cpp : print error mesg. when test send fails. 2020-03-18 16:20:23 -04:00
kpl
de306242bb cwSocket.cpp : Added more reporting from test callback. 2020-03-18 16:03:12 -04:00
kpl
fe142ad7a8 cwSocket.h/cpp : added callback on connection. 2020-03-18 15:53:11 -04:00
kpl
49bec1142f cwSocket.h/cpp, main.cpp : Updates to socksrv::test(). 2020-03-18 14:08:21 -04:00
kpl
f105d2d9db cwSocket.h/cpp,Makefile : New socket system implementation. 2020-03-16 22:59:07 -04:00