CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/09/08 05:43:51
Modified files: usr.bin/tcpbench: tcpbench.c Log message: There is no need for two getaddrinfo implementations for client and server. Merge them and make the client code look more like the server one. OK henning@