su_port.c File Reference


Detailed Description

OS-Independent Socket Syncronization Interface.

This looks like nth reincarnation of "reactor". It implements the poll/select/WaitForMultipleObjects and message passing functionality.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>

Kai Vehmanen <kai.vehmanen@nokia-email.address.hidden>

Date:
Created: Tue Sep 14 15:51:04 1999 ppessi

#include "config.h"
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
#include "sofia-sip/su.h"
#include "su_port.h"
#include "sofia-sip/su_alloc.h"
#include <pthread.h>

Include dependency graph for su_port.c:


Data Structures

struct  su_port_s
 Port is a per-thread reactor. More...

Sofia-SIP 1.12.1 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.