address-info

Check-in [6808e2f205]
Login

Check-in [6808e2f205]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated API documentation for CHICKEN 5
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | chicken-5
Files: files | file ages | folders
SHA3-256: 6808e2f20507bd04fa05441c0724b091e7a45e6ea276a0ced0a34e2eb1c3e952
User & Date: murphy 2018-08-18 14:40:54.538
Context
2018-11-06
16:23
Corrected dependencies check-in: 692768db5f user: murphy tags: v1.0.3, chicken-5
2018-08-18
14:40
Updated API documentation for CHICKEN 5 check-in: 6808e2f205 user: murphy tags: chicken-5
00:19
Set version check-in: 1e66b64c57 user: murphy tags: v1.0.2, chicken-5
Changes
Unified Diff Ignore Whitespace Patch
Changes to address-info.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Address Info API</h1>

This CHICKEN module exposes <tt>getaddrinfo(3)</tt> functionality to Scheme.

<verbatim>
  (require-extension address-info)
</verbatim>

<h2>Address Info Record</h2>

<verbatim>
  (define-record-type address-info
    (make-address-info family type host port)





|







1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Address Info API</h1>

This CHICKEN module exposes <tt>getaddrinfo(3)</tt> functionality to Scheme.

<verbatim>
  (import address-info)
</verbatim>

<h2>Address Info Record</h2>

<verbatim>
  (define-record-type address-info
    (make-address-info family type host port)