--- ipsec-tools-0_5-branch/src/libipsec/pfkey.c 2004-09-13 16:09:18.000000000 +0200 +++ ipsec-tools-0_5-branch/src/libipsec/pfkey.c.new 2005-03-23 10:55:50.000000000 +0100 @@ -1713,13 +1713,6 @@ return -1; } - /* - * This is a temporary workaround for KAME PR 154. - * Don't really care even if it fails. - */ - (void)setsockopt(so, SOL_SOCKET, SO_SNDBUF, &bufsiz, sizeof(bufsiz)); - (void)setsockopt(so, SOL_SOCKET, SO_RCVBUF, &bufsiz, sizeof(bufsiz)); - __ipsec_errcode = EIPSEC_NO_ERROR; return so; }