A brief file description. More...
#include "libts.h"
Go to the source code of this file.
Data Structures | |
struct | Connection |
struct | Server |
Defines | |
#define | NON_BLOCKING_CONNECT true |
#define | BLOCKING_CONNECT false |
#define | CONNECT_WITH_TCP true |
#define | CONNECT_WITH_UDP false |
#define | NON_BLOCKING true |
#define | BLOCKING false |
#define | BIND_RANDOM_PORT true |
#define | BIND_ANY_PORT false |
#define | ENABLE_MC_LOOPBACK true |
#define | DISABLE_MC_LOOPBACK false |
#define | BC_NO_CONNECT true |
#define | BC_CONNECT false |
#define | BC_NO_BIND true |
#define | BC_BIND false |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file P_Connection.h.
#define BC_BIND false |
Definition at line 74 of file P_Connection.h.
#define BC_CONNECT false |
Definition at line 72 of file P_Connection.h.
#define BC_NO_BIND true |
Definition at line 73 of file P_Connection.h.
#define BC_NO_CONNECT true |
Definition at line 71 of file P_Connection.h.
#define BIND_ANY_PORT false |
Definition at line 68 of file P_Connection.h.
#define BIND_RANDOM_PORT true |
Definition at line 67 of file P_Connection.h.
#define BLOCKING false |
Definition at line 66 of file P_Connection.h.
Referenced by UnixNetProcessor::accept_internal().
#define BLOCKING_CONNECT false |
Definition at line 62 of file P_Connection.h.
#define CONNECT_WITH_TCP true |
Definition at line 63 of file P_Connection.h.
#define CONNECT_WITH_UDP false |
Definition at line 64 of file P_Connection.h.
#define DISABLE_MC_LOOPBACK false |
Definition at line 70 of file P_Connection.h.
#define ENABLE_MC_LOOPBACK true |
Definition at line 69 of file P_Connection.h.
#define NON_BLOCKING true |
Definition at line 65 of file P_Connection.h.
Referenced by NetAccept::init_accept(), NetAccept::init_accept_per_thread(), and SSLNetAccept::init_accept_per_thread().
#define NON_BLOCKING_CONNECT true |
Definition at line 61 of file P_Connection.h.