Skip to content

AppSocket include related problems #1107

@Achille15

Description

@Achille15

Hello everyone,

The header INET/applications/quic/AppSocket.h uses the Indication class (e.g., in the sendIndication method) but does not include the necessary header where it is defined. This causes compilation errors on case-sensitive file systems.
Expected behavior:
The header should #include "inet/common/packet/Message.h" (the location of the Indication class definition) to resolve the dependency.
System information:
OMNeT++ Version: 6.4.0
INET Version: 4.6.0
Operating System: Ubuntu 22.04 (WSL)
Steps to reproduce:
Compile INET on a Linux system.
The build fails with errors in AppSocket.h regarding the Indication class being undefined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions