Update notes

This commit is contained in:
JasterV 2025-06-18 23:37:27 +02:00
commit 58757250e6

View file

@ -28,6 +28,8 @@ note:
- RPCRuntime is also known as RPC communications package - RPCRuntime is also known as RPC communications package
- One of the most important work the server developers must do is to define the **interface**
- In that lab, the user-stub and server-stub used to be generated by a program called Lupine. - In that lab, the user-stub and server-stub used to be generated by a program called Lupine.
[1] WHITE, J. E. A high-level framework for network-based resource sharing. In Proc. National Computer Conference, (June 1976). [1] WHITE, J. E. A high-level framework for network-based resource sharing. In Proc. National Computer Conference, (June 1976).
@ -183,7 +185,8 @@ note:
note: note:
Compatibility notes: *Compatibility notes*
- Field deletion compatibility is supported at a syntax level - Field deletion compatibility is supported at a syntax level
- Via the use of a special keyword - Via the use of a special keyword
- Fields not found will be set a default value always - Fields not found will be set a default value always