Skip to content

Use only a single TCP option #20

@yaplej

Description

@yaplej

Originally OpenNOP was using TCP options 30 & 31 for injecting data into the TCP stream so two OpenNOP system could detect each other. Now I have implemented Network Optimizer Detection ie (NOD) everything should be done using this single TCP option.

Option 31 is still being used in compression.c and worker.c for detection compressed TCP payload. This should be moved into the NOD option as an additional piece of data attached after the main NOD header.

So far this is only being used to flag that the packet is:
0 = uncompressed
1 = compressed
2 = deduplicated

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions