aboutsummaryrefslogtreecommitdiff
path: root/net/sock
Commit message (Collapse)AuthorAgeFilesLines
* net/sock: update 0.3.2 -> 0.4.2Kurt Jaeger2017-04-0212-1226/+30
| | | | | | | | | | | | | - IPv6 is supported now - supports SCTP in addition to UDP and TCP - socket options can now be used PR: 217909, 218298 Changes: https://github.com/sjac999/sock_ipv6_sctp/blob/master/ChangeLog Submitted by: Steve Jacobson <sjac@cs.stanford.edu> (maintainer) Notes: svn path=/head/; revision=437575
* net/sock: create portSteve Wills2016-05-2412-0/+1243
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 modification) Notes: svn path=/head/; revision=415801