Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.

MFC after:	1 week
This commit is contained in:
Mike Barcroft 2002-02-24 22:24:57 +00:00
parent 5b7d8efa8d
commit c4eda42c68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91201

View File

@ -100,13 +100,11 @@ main(int argc, char *argv[])
* Enable server-side Transaction TCP.
*/
{
#if !defined(__alpha__) /* XXX FIXME */
int one = 1;
if (setsockopt(STDOUT_FILENO, IPPROTO_TCP, TCP_NOPUSH, &one,
sizeof one) < 0) {
logerr("setsockopt(TCP_NOPUSH) failed: %m");
}
#endif
}
if (!fgets(line, sizeof(line), stdin))