K 10 svn:author V 5 markj K 8 svn:date V 27 2020-09-15T19:23:01.279041Z K 7 svn:log V 275 Avoid an unnecessary malloc() when connecting dgram sockets. The allocated memory is only required for SOCK_STREAM and SOCK_SEQPACKET sockets. Reviewed by: kevans Tested by: pho Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26298 END