#include <network.h>
Public Methods | |
| void | run () |
| void | enqueue (char *, int) |
| NetThread (int s) | |
| void | set (int s) |
Public Attributes | |
| char | outbuffer [65536] |
| tthreads::Atomic< int > | outhead |
| tthreads::Atomic< int > | outtail |
| bool | lastopwasinsert |
| tthreads::Mutex | mtxrun |
| int | realsocket |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|