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:
@@ -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];
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user