Giter VIP home page Giter VIP logo

restund's Introduction

restund's People

Contributors

arianvp avatar z-dule avatar jschaul avatar gingeradonis avatar mheinzel avatar smatting avatar

Stargazers

 avatar  avatar

Watchers

Jacob Persson avatar Igor Ranieri avatar Arthur Wolf avatar  avatar Jun Matsushita avatar James Cloos avatar Enrico Schwendig avatar  avatar Scott Godin avatar  avatar Lucendio avatar Sven Tennie avatar Alfred avatar Iryna Onyshchuk avatar Luca Rospocher avatar Jann-Niklas Zimmermann avatar Julia Longtin avatar  avatar

restund's Issues

New upstream libre

We (the baresip maintainers) have forked libre a while ago and it should be fully compatible with restund.

Are you interested in receiving PR`s ?

For example this code can be replaced with sa_is_loopback:

restund/src/stun.c

Lines 108 to 118 in cde681b

static inline bool is_loopback(const struct sa *sa)
{
if (!sa)
return false;
switch (sa_af(sa)) {
case AF_INET:
return (ntohl(sa->u.in.sin_addr.s_addr) & 0xffffff00) == 0x7f000000;
default:
return sa_is_loopback(sa);
}
}

The mask check is a bit incomplete (checks only 127.0.0.0/24 not the full 127.0.0.0/8 range)

Allow reload of TLS certificate without a server restart

Currently, replacing a certificate for a restund server is a bit of a complex operation for servers that are serving traffic as it requires draining a server and waiting for no allocations which can take several hours.

It would be great from an operational standpoint if we could use signals to reload the TLS certificate (or more generally, to reload config files although TLS is the most pressing issue).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.