/usr/include/omniORB4/internal/SocketCollection.h is in libomniorb4-dev 4.1.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 | // -*- Mode: C++; -*-
// Package : omniORB
// SocketCollection.h Created on: 23 Jul 2001
// Author : Sai Lai Lo (sll)
// Author : Duncan Grisby
//
// Copyright (C) 2005-2009 Apasphere Ltd.
// Copyright (C) 2001 AT&T Laboratories Cambridge
//
// This file is part of the omniORB library
//
// The omniORB library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Library General Public License for more details.
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA
//
//
// Description:
// *** PROPRIETORY INTERFACE ***
//
/*
$Log$
Revision 1.1.4.18 2009/03/13 13:42:33 dgrisby
Need an extra include on Win2K. Thanks Sampo Ahokas.
Revision 1.1.4.17 2008/04/03 08:53:53 dgrisby
Define EBADF diferently for VxWorks. Thanks Ingo Thiele.
Revision 1.1.4.16 2007/07/31 16:36:50 dgrisby
Hard-code define of IPV6_V6ONLY on Windows.
Revision 1.1.4.15 2007/07/31 14:23:43 dgrisby
If the platform does not accept IPv4 connections on IPv6 sockets by
default, try to enable it by turning the IPV6_V6ONLY socket option
off. Should work for BSDs and Windows Vista.
Revision 1.1.4.14 2006/11/20 14:16:21 dgrisby
FreeBSD doesn't listen for IPv4 on IPv6 sockets. Thanks Arno Klaassen.
Revision 1.1.4.13 2006/10/09 13:08:58 dgrisby
Rename SOCKADDR_STORAGE define to OMNI_SOCKADDR_STORAGE, to avoid
clash on Win32 2003 SDK.
Revision 1.1.4.12 2006/05/16 15:43:52 dgrisby
Make sure IPv6 definitions are available on Win32.
Revision 1.1.4.11 2006/05/02 13:07:13 dgrisby
Idle giopMonitor SocketCollections would not exit at shutdown.
Revision 1.1.4.10 2006/03/25 18:54:03 dgrisby
Initial IPv6 support.
Revision 1.1.4.9 2005/11/18 18:25:57 dgrisby
Race condition between connection deletion and Select.
Revision 1.1.4.8 2005/09/07 16:15:03 dgrisby
poll() does not work on Mac OS X.
Revision 1.1.4.7 2005/08/02 09:42:53 dgrisby
Two threads could be dispatched for one call, one by Peek, one by Select.
Revision 1.1.4.6 2005/06/24 14:31:31 dgrisby
Allow multiple threads to Peek() without clashing. Not yet tested on
Windows.
Revision 1.1.4.5 2005/03/02 12:10:50 dgrisby
setSelectable / Peek fixes.
Revision 1.1.4.4 2005/01/17 14:46:19 dgrisby
Windows SocketCollection implementation.
Revision 1.1.4.3 2005/01/13 21:09:57 dgrisby
New SocketCollection implementation, using poll() where available and
select() otherwise. Windows specific version to follow.
Revision 1.1.4.2 2005/01/06 23:08:25 dgrisby
Big merge from omni4_0_develop.
Revision 1.1.4.1 2003/03/23 21:03:55 dgrisby
Start of omniORB 4.1.x development branch.
Revision 1.1.2.16 2003/02/17 01:45:50 dgrisby
Pipe to kick select thread (on Unix).
Revision 1.1.2.15 2002/10/04 11:11:45 dgrisby
Transport fixes: ENOTSOCK for Windows, SOMAXCONN in listen().
Revision 1.1.2.14 2002/09/08 22:12:22 dgrisby
Last checkin broke it.
Revision 1.1.2.13 2002/09/08 21:58:49 dgrisby
Support for MSVC 7. (Untested.)
Revision 1.1.2.12 2002/08/21 06:23:15 dgrisby
Properly clean up bidir connections and ropes. Other small tweaks.
Revision 1.1.2.11 2002/05/07 12:54:38 dgrisby
Fix inevitable Windows header brokenness.
Revision 1.1.2.10 2002/04/28 20:43:25 dgrisby
Windows, FreeBSD, ETS fixes.
Revision 1.1.2.9 2002/03/13 16:05:38 dpg1
Transport shutdown fixes. Reference count SocketCollections to avoid
connections using them after they are deleted. Properly close
connections when in thread pool mode.
Revision 1.1.2.8 2002/02/26 14:06:44 dpg1
Recent changes broke Windows.
Revision 1.1.2.7 2002/02/13 16:02:38 dpg1
Stability fixes thanks to Bastiaan Bakker, plus threading
optimisations inspired by investigating Bastiaan's bug reports.
Revision 1.1.2.6 2002/01/15 16:38:11 dpg1
On the road to autoconf. Dependencies refactored, configure.ac
written. No makefiles yet.
Revision 1.1.2.5 2001/12/03 13:39:54 dpg1
Explicit socket shutdown flag for Windows.
Revision 1.1.2.4 2001/08/24 16:43:25 sll
Switch to use Winsock 2. Removed reference to winsock.h. Let the pre-processor
define _WIN32_WINNT=0x0400 to select the right header.
Revision 1.1.2.3 2001/08/23 16:03:29 sll
Corrected typo __win32__, should be __WIN32__.
Revision 1.1.2.2 2001/08/23 10:13:14 sll
Cope with the different length type for getsockname and friends on
different solaris versions.
Revision 1.1.2.1 2001/07/31 16:16:26 sll
New transport interface to support the monitoring of active connections.
*/
#ifndef __SOCKETCOLLECTION_H__
#define __SOCKETCOLLECTION_H__
////////////////////////////////////////////////////////////////////////
// Platform feature selection
#if !defined(OMNI_DISABLE_IPV6) && defined(HAVE_STRUCT_SOCKADDR_IN6) && defined(HAVE_STRUCT_SOCKADDR_STORAGE) && defined(HAVE_GETADDRINFO) && defined(HAVE_GETNAMEINFO)
# define OMNI_SUPPORT_IPV6
# define OMNI_SOCKADDR_STORAGE sockaddr_storage
#else
# define OMNI_SOCKADDR_STORAGE sockaddr_in
#endif
#define SOCKNAME_SIZE_T OMNI_SOCKNAME_SIZE_T
#define USE_NONBLOCKING_CONNECT
#define OMNIORB_HOSTNAME_MAX 512
#ifdef HAVE_POLL
# define USE_POLL
#endif
// Darwin implementation of poll() appears to be broken
#if defined(__darwin__)
# undef USE_POLL
#endif
#if defined(__hpux__)
# if __OSVERSION__ < 11
# undef USE_POLL
# endif
# define USE_FAKE_INTERRUPTABLE_RECV
#endif
#if defined(__WIN32__)
# define USE_FAKE_INTERRUPTABLE_RECV
# undef OMNI_IPV6_SOCKETS_ACCEPT_IPV4_CONNECTIONS
#endif
#if defined(__freebsd__) || defined(__netbsd__)
# undef OMNI_IPV6_SOCKETS_ACCEPT_IPV4_CONNECTIONS
#endif
// By default, Linux does accept IPv4 connections on IPv6, but some
// distributions misconfigure it not to.
#if defined(__linux__) || defined(IPV6_V6ONLY)
# undef OMNI_IPV6_SOCKETS_ACCEPT_IPV4_CONNECTIONS
#endif
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
// win32 API
//
#if defined(__WIN32__)
# include <sys/types.h>
# include <libcWrapper.h>
# if defined(OMNI_SUPPORT_IPV6)
# include <ws2tcpip.h>
# include <Wspiapi.h>
# if !defined(IPV6_V6ONLY)
# define IPV6_V6ONLY 27 // Defined to this on Vista
# endif
# endif
# define RC_INADDR_NONE INADDR_NONE
# define RC_INVALID_SOCKET INVALID_SOCKET
# define RC_SOCKET_ERROR SOCKET_ERROR
# define INETSOCKET PF_INET
# define CLOSESOCKET(sock) closesocket(sock)
# define SHUTDOWNSOCKET(sock) ::shutdown(sock,2)
# define ERRNO ::WSAGetLastError()
# define RC_EINPROGRESS WSAEWOULDBLOCK
# define RC_EINTR WSAEINTR
# define RC_EBADF WSAENOTSOCK
OMNI_NAMESPACE_BEGIN(omni)
typedef SOCKET SocketHandle_t;
OMNI_NAMESPACE_END(omni)
#else
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
// unix(ish)
//
# if defined(__vxWorks__)
# include <sockLib.h>
# include <hostLib.h>
# include <ioLib.h>
# include <iosLib.h>
# include <netinet/tcp.h>
# else
# include <sys/time.h>
# endif
# include <sys/socket.h>
# include <netinet/in.h>
# include <netinet/tcp.h>
# include <arpa/inet.h>
# include <unistd.h>
# include <sys/types.h>
# include <errno.h>
# include <libcWrapper.h>
# if defined(USE_POLL)
# include <poll.h>
# endif
# include <fcntl.h>
# if defined (__uw7__)
# ifdef shutdown
# undef shutdown
# endif
# endif
# if defined(__VMS) && defined(USE_tcpSocketVaxRoutines)
# include "tcpSocketVaxRoutines.h"
# undef accept
# undef recv
# undef send
# define accept(a,b,c) tcpSocketVaxAccept(a,b,c)
# define recv(a,b,c,d) tcpSocketVaxRecv(a,b,c,d)
# define send(a,b,c,d) tcpSocketVaxSend(a,b,c,d)
# endif
# ifdef __rtems__
extern "C" int select (int,fd_set*,fd_set*,fd_set*,struct timeval *);
# endif
# define RC_INADDR_NONE ((CORBA::ULong)-1)
# define RC_INVALID_SOCKET (-1)
# define RC_SOCKET_ERROR (-1)
# define INETSOCKET AF_INET
# define CLOSESOCKET(sock) close(sock)
# if defined(__sunos__) && defined(__sparc__) && __OSVERSION__ >= 5
# define SHUTDOWNSOCKET(sock) ::shutdown(sock,2)
# elif defined(__osf1__) && defined(__alpha__)
# define SHUTDOWNSOCKET(sock) ::shutdown(sock,2)
# else
// XXX none of the above, calling shutdown() may not have the
// desired effect.
# define SHUTDOWNSOCKET(sock) ::shutdown(sock,2)
# endif
# define ERRNO errno
# define RC_EINTR EINTR
# define RC_EINPROGRESS EINPROGRESS
# if defined (__vxWorks__)
# define RC_EBADF S_iosLib_INVALID_FILE_DESCRIPTOR
# else
# define RC_EBADF EBADF
# endif
# define RC_EAGAIN EAGAIN
OMNI_NAMESPACE_BEGIN(omni)
typedef int SocketHandle_t;
OMNI_NAMESPACE_END(omni)
#endif
#if defined(NEED_GETHOSTNAME_PROTOTYPE)
extern "C" int gethostname(char *name, int namelen);
#endif
OMNI_NAMESPACE_BEGIN(omni)
class SocketCollection;
extern void SocketSetTimeOut(unsigned long abs_sec,
unsigned long abs_nsec,struct timeval& t);
extern int SocketSetnonblocking(SocketHandle_t sock);
extern int SocketSetblocking(SocketHandle_t sock);
extern int SocketSetCloseOnExec(SocketHandle_t sock);
//
// Class SocketHolder holds a socket inside a collection. It contains
// flags to indicate whether the socket is selectable, and so on.
// Connection classes (e.g. tcpConnection) derive from this class.
class SocketHolder {
public:
SocketHolder(SocketHandle_t s)
: pd_socket(s),
pd_belong_to(0),
pd_shutdown(0),
pd_selectable(0),
pd_data_in_buffer(0),
pd_peeking(0),
pd_peek_go(0),
pd_peek_cond(0),
pd_fd_index(-1),
pd_next(0),
pd_prev(0) { }
virtual ~SocketHolder();
void setSelectable(int now,
CORBA::Boolean data_in_buffer,
CORBA::Boolean hold_lock=0);
// Indicate that this socket should be watched for readability.
//
// If now is 1, immediately make the socket selectable (if the
// platform permits it), rather than waiting until the select loop
// rescans.
//
// If now is 2, immediately make the socket selectable (if the
// platform permits it), but only if it is already marked
// selectable.
//
// If data_in_buffer is true, the socket is considered to already
// have data available to read.
//
// If hold_lock is true, the associated SocketCollection's lock is
// already held.
void clearSelectable();
// Indicate that this socket should not be watched any more.
CORBA::Boolean Peek();
// Watch the socket for a while to see if any data arrives. If the
// socket is not already selectable, wait for a bit in case it
// becomes selectable. Mark the socket as no longer selectable and
// return true if the socket becomes readable, otherwise return
// false.
friend class SocketCollection;
protected:
SocketHandle_t pd_socket;
SocketCollection* pd_belong_to;
CORBA::Boolean pd_shutdown;
private:
CORBA::Boolean pd_selectable; // True if socket is selectable
CORBA::Boolean pd_data_in_buffer; // True if data already available
CORBA::Boolean pd_peeking; // True if a thread is currently
// peeking
CORBA::Boolean pd_peek_go; // True if the peeking thread
// should return true, even if it
// did not see data to read
omni_tracedcondition* pd_peek_cond; // Condition to signal a waiting
// peeker
int pd_fd_index; // -1 if select thread is not
// watching; otherwise, index of
// the fd within the poll / select
// list.
SocketHolder* pd_next;
SocketHolder** pd_prev;
};
//
// SocketCollection manages a collection of sockets.
class SocketCollection {
public:
SocketCollection();
virtual ~SocketCollection();
virtual CORBA::Boolean notifyReadable(SocketHolder*) = 0;
// Callback used by Select(). If it returns false, something has
// gone very wrong with the collection and exits the Select loop.
// This method is called while holding pd_collection_lock.
CORBA::Boolean isSelectable(SocketHandle_t sock);
// Indicates whether the given socket can be selected upon.
CORBA::Boolean Select();
// Returns true if the Select() has successfully done a scan.
// otherwise returns false to indicate that an error has been
// detected and this function should not be called again.
//
// For each of the sockets that has been marked watchable and indeed
// has become readable, call notifyReadable() with the socket as the
// argument.
void wakeUp();
// On platforms where is is possible, immediately wake up a thread
// blocked in Select().
void incrRefCount();
void decrRefCount();
void addSocket(SocketHolder* sock);
// Add this socket to the collection. Increments this collection's
// refcount.
void removeSocket(SocketHolder* sock);
// Remove the socket from this collection. Returns the socket which
// has been removed. Decrements this collection's refcount.
static unsigned long scan_interval_sec;
static unsigned long scan_interval_nsec;
static unsigned idle_scans;
private:
int pd_refcount;
omni_tracedmutex pd_collection_lock;
// Absolute time at which we scan through the socket list choosing
// the selectable ones.
unsigned long pd_abs_sec;
unsigned long pd_abs_nsec;
// On platforms that support it, we use a pipe to wake up the select.
int pd_pipe_read;
int pd_pipe_write;
CORBA::Boolean pd_pipe_full;
// On platforms that support pipes, after scanning a while with no
// activity, we poll / select with an infinite timeout to prevent
// unnecessary processing.
unsigned pd_idle_count;
#if defined(USE_POLL)
// On platforms where we use poll(), we maintain a pre-allocated
// array of pollfd structures and a parallel array of pointers to
// SocketHolders. pd_pollfd_n is the number of populated pollfds.
// pd_pollfd_len is the current length of both arrays.
struct pollfd* pd_pollfds;
SocketHolder** pd_pollsockets;
unsigned pd_pollfd_n;
unsigned pd_pollfd_len;
void growPollLists();
// Expand the pd_pollfds and pd_pollsockets to fit more values.
#elif defined(__WIN32__)
// Windows has select() but its fd_sets are more like pollfds, just
// less convenient...
omni_tracedcondition pd_select_cond; // timedwait on if nothing to select
fd_set pd_fd_set;
SocketHolder* pd_fd_sockets[FD_SETSIZE];
#else
// On other platforms we use select(). We maintain an fd_set and the
// highest socket number set in it plus 1.
fd_set pd_fd_set;
int pd_fd_set_n;
#endif
// Linked list of registered sockets.
SocketHolder* pd_collection;
CORBA::Boolean pd_changed;
friend class SocketHolder;
};
OMNI_NAMESPACE_END(omni)
#endif // __SOCKETCOLLECTION_H__
|