mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
61ce7c4a22
will be used to support SOCKS operation in the soon-to-be-released next version of CVSup. A tip of the hat to: Darryl Okahata, who developed the patches necessary to make the SOCKS library work with Modula-3's multithreaded I/O system.
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
This provides SOCKS support for Modula-3 network applications. It is
|
|
based on the H-P SOCKS library, with modifications developed by Darryl
|
|
Okahata to support Modula-3's thread package. It uses version 4 of the
|
|
SOCKS protocol, which is compatible with both version 4 and version 5
|
|
SOCKS servers.
|
|
|
|
jdp@freebsd.org
|