Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vp817 authored May 17, 2024
1 parent d515f76 commit 791130f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ This packet is the response to a connection request with security enabled.
| id | uint8 | N/A | Unique identifier associated with the request |
| clientAddress | uint8[7-29] | N/A | Client IP address and port combo |
| clientIndex | uint16 | Big Endian | Unique identifier assigned to the client |
| serverMachineAddresses | address[10] | N/A | Server machine addresses |
| serverMachineAddresses | address[10] | N/A | Server local machine addresses |
| clientSendTime | uint64 | Big Endian | Timestamp for the client |
| serverSendTime | uint64 | Big Endian | Timestamp for the server |

Expand All @@ -318,7 +318,7 @@ This packet is sent to all other clients when a new client connects to the serve
| id | uint8 | N/A | Unique identifier associated with the connection |
| serverAddress | uint8[7-29] | N/A | Server IP address and port combo |
| clientIndex | uint16 | Big Endian | Unique identifier assigned to the client |
| clientMachineAddresses | address[10] | N/A | Client machine addresses |
| clientMachineAddresses | address[10] | N/A | Client local machine addresses |
| clientSendTime | uint64 | Big Endian | Timestamp for the client |
| serverSendTime | uint64 | Big Endian | Timestamp for the server |

Expand Down

0 comments on commit 791130f

Please sign in to comment.