We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90feceb commit fbcc2c7Copy full SHA for fbcc2c7
1 file changed
README.md
@@ -301,15 +301,15 @@ This packet is the response to an open connection request one packet.
301
302
**`....1` shall be recorded as:**
303
304
-#### if ServerHasSecurity & Libcat:
+if ServerHasSecurity & Libcat:
305
306
| Field | Type | Endianness |
307
| ------------------- | ---------------- | ---------- |
308
| has cookie | bool | N/A |
309
| cookie | uint32 | Big Endian |
310
| server public key | uint8[294] | N/A |
311
312
-#### if ServerHasSecurity & Nothing:
+if ServerHasSecurity & Nothing:
313
314
315
0 commit comments