[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Sockets' (#rtl)

Reference for unit 'Sockets'

TCP/IP Sockets functionality unit

uses

  baseunix,

  

Basic unix functionality

  UnixType;

  

Basic unix types

Overview

This document describes the SOCKETS unit for Free Pascal. it was written for linux by Michael Van Canneyt, and ported to Windows by Florian Klaempfl.

Socket“ing hello world

A simple sockets example for FPC.

Ps.: It can be compiled both on Win32 or Linux. ;]

Hello world with sockets from FPC2!

-- jake blaster on March 19, 2006 02:17 PM (view details)