chiark / gitweb /
pkstream/pkstream.c: Introduce an `initsock' function which does nothing.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Sep 2017 00:47:43 +0000 (01:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:24:00 +0000 (00:24 +0100)
commit2fb1657b7265213150274ea7bd65057b85871dc7
tree49f1c3a2396e48a42ead72573ad17db3adc19d33
parent0bf142d2dc68ff6dc43c329332ec09ac28166905
pkstream/pkstream.c: Introduce an `initsock' function which does nothing.

Only it checks the address family first.  This will be important because
IPv6 sockets /do/ need a little special initialization.
pkstream/pkstream.c