Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.
MFC after: 1 week
This commit is contained in:
parent
5b7d8efa8d
commit
c4eda42c68
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user