docs: note old synchronization calls before log file
This commit is contained in:
18
src/nwconn.c
18
src/nwconn.c
@@ -2742,11 +2742,19 @@ static int handle_ncp_serv(void)
|
||||
* these log/lock functions are not well tested and perhaps not
|
||||
* ok .
|
||||
*
|
||||
* The WebSDK Synchronization Services list used here starts the old
|
||||
* file-log/file-lock group at NCP 0x2222/03. I have not found old
|
||||
* 0x2222/00, 0x2222/01, or 0x2222/02 synchronization endpoints in
|
||||
* that list; keep the main 0x2222 switch starting this group with
|
||||
* Log File unless another primary source identifies earlier calls.
|
||||
* The NDK/Core Protocols synchronization list documents two earlier
|
||||
* direct old compatibility calls before Log File:
|
||||
*
|
||||
* 0x2222/01 File Set Lock (old): lock sharable files that the
|
||||
* calling station has open. Provided for compatibility with
|
||||
* previous NetWare versions.
|
||||
* 0x2222/02 File Release Lock: release locks taken by the last
|
||||
* File Set Lock request. Provided for compatibility with
|
||||
* previous NetWare versions.
|
||||
*
|
||||
* I have not found a direct 0x2222/00 synchronization call in the
|
||||
* Novell/Micro Focus NCP documentation. MARS-NWE currently starts
|
||||
* this switch's old file-log/file-lock handling at 0x2222/03.
|
||||
*/
|
||||
case 0x3 : { /* Log File */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user