Skip to content

Commit

Permalink
Update DNSLabelCoder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 1, 2024
1 parent 402dae1 commit 4dfb9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coder/DNSLabelCoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class DNSLabelCoder {
private static readonly NOT_POINTER_MASK = 0x3FFF;
private static readonly NOT_POINTER_MASK_ONE_BYTE = 0x3F;

public buffer?: Buffer;
private buffer?: Buffer;
readonly legacyUnicastEncoding: boolean;
private startOfRR?: number;
private startOfRData?: number;
Expand Down

0 comments on commit 4dfb9cc

Please sign in to comment.