Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add get_native_handle to allow setting socket parameters #75

@bornlibra23

Description

@bornlibra23

I need to add SOL_SOCKET etc.
There is no way provided to do that.
So I added get_native_handle to support that.
Please incorporate.
//Return the native socket
SOCKET get_native_handle() const {
return sock;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions