CNTRL.EXE: Difference between revisions
Appearance
No edit summary |
|||
Line 11: | Line 11: | ||
==Versions== | ==Versions== | ||
{| | {|class="wikitable" | ||
!Date||Version||Size||Comments | |||
|- | |- | ||
|1992-12-10 22:25|| -||10,751 bytes||TCP/IP 1.2.1 | |||
|- | |- | ||
| | |1997-12-10 10:07|| -||11,587 bytes||MPTS 5.12.2 | ||
| | |||
| | |||
| | |||
|- | |- | ||
|2001-09-18 17:48|| -||55,915 bytes||MPTS 6.01 TCP/IP for OS/2: Control Program | |||
|} | |} | ||
Revision as of 16:31, 21 June 2016
It controls the stack for TCP/IP. TCP/IP Stack processing. CNTRL.EXE is a very important component of the stack. CNTRL.EXE provides threads for proper running of the stack. It provides a thread for each of the following:
- IP input processing
- TCP slow timeout processing
- Debug thread for IP
- ARP timeout processing
- Ifndis debug thread
- Watchdog thread for the adapter status
- Loopback IP packets processing
CNTRL.EXE is normally started from CONFIG.SYS with a RUN=statement. It should be the first program to begin executing when TCP/IP is started. CNTRL.EXE for Version 4 is different from that in the Version 2.0 stack
Versions
Date | Version | Size | Comments |
---|---|---|---|
1992-12-10 22:25 | - | 10,751 bytes | TCP/IP 1.2.1 |
1997-12-10 10:07 | - | 11,587 bytes | MPTS 5.12.2 |
2001-09-18 17:48 | - | 55,915 bytes | MPTS 6.01 TCP/IP for OS/2: Control Program |