Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2016 17:00:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206345] [new port] net/sock: Richard Stevens' sock program + IPv6 capability
Message-ID:  <bug-206345-13-3V7e43cTCk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206345-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206345-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206345

--- Comment #5 from commit-hook@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@yahoo.com> (with slight modificatio=
n)

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206345-13-3V7e43cTCk>