Git Product home page Git Product logo

Comments (2)

troglobit avatar troglobit commented on August 17, 2024

Problem seems to be caused by the DDNS client main loop not considering RC_IP_CONNECT_FAILED a
termporary failure to trigger error_update_period_sec sleep. Instead it sleeps ... the configured periodic
check time ... a month.

Also, other error codes from http.c and tcp.c reaching the main loop are not handled correctly.
Errors like, e.g, RC_IP_SOCKET_CREATE_ERROR and RC_IP_SOCKET_BIND_ERROR should
quite possibly cause inadyn to exit.

from inadyn.

Pickel avatar Pickel commented on August 17, 2024

Basing my comments on tag 1.99.4

in dyndns.c
The line
p_dyndns->sleep_sec = rc == RC_DYNDNS_RSP_RETRY_LATER ? p_dyndns->error_update_period_sec : p_dyndns->normal_update_period_sec;

None of which are as long as 600000 must be configured wrong.

from inadyn.

Related Issues (20)

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.