[Bug 206345] [new port] net/sock: Richard Stevens' sock program + IPv6 capability
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 24 17:00:38 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206345
--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:
Author: swills
Date: Tue May 24 16:59:55 UTC 2016
New revision: 415801
URL: https://svnweb.freebsd.org/changeset/ports/415801
Log:
net/sock: create port
This is a standalone version of W. Richard Stevens' "sock" program,
based on the code available for the UNIX Network Programming book.
Adapted and reworked code for W. Richard Stevens' "sock" utility
by Christian Kreibich.
From the author: In TCP/IP Illustrated Vol. 1, Richard Stevens used
a program called "sock" to demonstrate the many properties of TCP/IP.
Unfortunately, the book only speaks about how to use the program but
does not point to a site for downloading its sources. While sock is
contained in the code package accompanying UNIX Network Programming,
this code is also getting dated.
The program can be used to generate TCP or UDP packets for testing
various network features. It runs as either client or server.
WWW: http://www.icir.org/christian/sock.html
PR: 206345
Submitted by: Steve Jacobson <sjac998 at yahoo.com> (with slight modification)
Changes:
head/net/Makefile
head/net/sock/
head/net/sock/Makefile
head/net/sock/distinfo
head/net/sock/files/
head/net/sock/files/patch-src__cliopen.c
head/net/sock/files/patch-src__loopudp.c
head/net/sock/files/patch-src__main.c
head/net/sock/files/patch-src__multicast.c
head/net/sock/files/patch-src__servopen.c
head/net/sock/files/patch-src__sock.h
head/net/sock/files/patch-src__sockopts.c
head/net/sock/files/patch-src__sourceroute.c
head/net/sock/files/patch-src__sourceudp.c
head/net/sock/pkg-descr
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list