1
0
mirror of https://github.com/simh/simh.git synced 2026-04-17 00:36:00 +00:00

SOCKET: Extended TMXR packet capabilities to disable the Nagle algorithm when TCP packets transports are used.

This commit is contained in:
Mark Pizzolato
2014-01-23 09:31:05 -08:00
parent bebb787325
commit 9ab6c4d1c1
7 changed files with 80 additions and 15 deletions

View File

@@ -3293,6 +3293,8 @@ uint32 i, j;
sim_debug(DBG_TRC, dptr, "dmc_reset(%s)\n", dptr->name);
dmc_desc.packet = TRUE;
dmp_desc.packet = TRUE;
/* Connect structures together */
for (i=0; i < DMC_NUMDEVICE; i++) {
dmc_csrs[i].sel0 = &dmc_sel0[i];

View File

@@ -1190,6 +1190,7 @@ int32 i, ndev;
sim_debug(DBG_TRC, dptr, "dup_reset()\n");
dup_desc.packet = TRUE;
if ((UNIBUS) && (dptr == &dpv_dev)) {
if (!(dptr->flags & DEV_DIS)) {
printf ("Can't enable Qbus device on Unibus system\n");