#include <pandabase.h>
#include <notifyCategoryProxy.h>
Go to the source code of this file.
Functions | |
NotifyCategoryDecl (net, EXPCL_PANDA, EXPTP_PANDA) | |
int | get_net_max_write_queue () |
int | get_net_max_response_queue () |
bool | get_net_error_abort () |
EXPCL_PANDA void | init_libnet () |
Initializes the library. |
Definition in file config_net.h.
|
Definition at line 80 of file config_net.cxx. |
|
Definition at line 76 of file config_net.cxx. Referenced by QueuedReturn< Thing >::get_max_queue_size(). |
|
Definition at line 69 of file config_net.cxx. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 51 of file config_net.cxx. |
|
|