Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Escape character
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Communication protocols=== The [[Point-to-Point Protocol]] (PPP) uses the {{code|0x7D}} [[octet (computing)|octet]] ({{code|\175}}, or ASCII: <code>}</code>) as an escape character. The octet immediately following should be [[XOR]]ed by {{code|0x20}} before being passed to a higher level protocol. This is applied to both {{code|0x7D}} itself and the control character {{code|0x7E}} (which is used in PPP to mark the beginning and end of a frame) when those octets need to be transmitted by a higher level protocol encapsulated by PPP, as well as other octets negotiated when the link is established. That is, when a higher level protocol wishes to transmit {{code|0x7D}}, it is transmitted as the sequence {{code|0x7D 0x5D}}, and {{code|0x7E}} is transmitted as {{code|0x7D 0x5E}}.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)