[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConnPeer

Overview

Return name of peer

Syntax

    char *Ns_ConnPeer(
    	Ns_Conn *conn
    );

Description

The Ns_ConnPeer function returns the name of the peer associated with the connection.

The peer address is determined by the communications driver in use by the connection. Typically it is a dotted IP address, for example, 199.221.53.205, but this is not guaranteed.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.