lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. b589864144fc48319456ec7f8cc2be7214cc5a8a
Date: Sat, 26 Sep 2015 23:33:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  b589864144fc48319456ec7f8cc2be7214cc5a8a (commit)
       via  9e0202b38fc385f765da74d62731fec794a5fb05 (commit)
      from  ba416853535ec72dc4ca0b98f7494c4aa69c7431 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b589864144fc48319456ec7f8cc2be7214cc5a8a
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 00:05:58 2015 +0200

    sys.h: fixed comment, sys_msleep() is in ms, not in jiffies

commit 9e0202b38fc385f765da74d62731fec794a5fb05
Author: Sylvain Rochet <address@hidden>
Date:   Sat Sep 26 23:01:15 2015 +0200

    PPP, PPP_MAXIDLEFLAG is now in ms instead of jiffies
    
    Jiffies isn't really a humanly readable value and it means the default
    PPP_MAXIDLEFLAG period depends on the platform "jiffies" frequency,
    which isn't nice.
    
    Change PPP_MAXIDLEFLAG to use ms instead of jiffies, the current
    PPP_MAXIDLEFLAG default (100 ms), looks like a sane value and is
    left unchanged.

-----------------------------------------------------------------------

Summary of changes:
 doc/ppp.txt            |    2 ++
 src/include/lwip/opt.h |    2 +-
 src/include/lwip/sys.h |    2 +-
 src/netif/ppp/pppos.c  |    6 +++---
 4 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]