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

Skip to content

Compiling on FreeBSD #1

@stacksmith

Description

@stacksmith

To make it work on FreeBSD,

  • cc instead of gcc;
  • add 2 headers:
#include <sys/socket.h>
#include <netinet/in.h>
  • fix the memcpy bug on line 70 (see the issue)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions