Skip to content

Missing definition #3579

Description

@OgreTransporter

lws_smd_msg_printf(cx, LWSSMDCL_NETWORK, "%s", payload);

LWSSMDCL_NETWORK is only defined if LWS_WITH_SYS_SMD is specified for compilation. However, this can be disabled if LWS_WITH_NETWORK is missing or if the project is not compiled with pthread on Windows. In that case, building libwebsockets will fail.

These are the two functions lws_extip_report and lws_extip_get_best. Based on the names, there’s also a check missing at the beginning to see if LWS_WITH_EXTIP is set, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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