mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.
MFC after: 1 week
This commit is contained in:
parent
5b7d8efa8d
commit
c4eda42c68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91201
@ -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…
Reference in New Issue
Block a user