patchlwIP - A Lightweight TCP/IP stack - Patches: patch #7779, PPP: Add option to skip FCS table

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #7779: PPP: Add option to skip FCS table

Submitter:  Erik Ekman <yarrick>
Submitted:  Tue 15 May 2012 10:25:45 AM UTC
   
 
Category:  PPP Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Thu 22 May 2014 07:45:11 PM UTC, comment #3: 

ppp-new branch merged in master

Sylvain Rochet <gradator>
Group Member
Sat 23 Jun 2012 01:14:39 PM UTC, comment #2: 

Applied in ppp-new branch.

Sylvain Rochet <gradator>
Group Member
Tue 15 May 2012 07:48:56 PM UTC, comment #1: 

I like the idea. Especially since it's a change in our code (ppp.c), not in the original sources. With CRC calculation it's always the question of size vs. speed

Simon Goldschmidt <goldsimon>
Group administrator
Tue 15 May 2012 10:25:45 AM UTC, original submission:  

Option PPP_FCS_TABLE is created which controls if PPPoS FCS calculation should be done against precalculated table or by using a short algorithm.

Default value is 1, keeps old behaviour. Setting it to 0 saves around 0.5 kB flash.

Erik Ekman <yarrick>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #25859:  ppp-skip-fcs-table.patch added by yarrick (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gradator (Posted a comment)
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by yarrick (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-05-22 gradator StatusNone Done
        Open/ClosedOpen Closed
    2013-01-15 goldsimon CategoryNone PPP
    2012-05-15 yarrick Attached File- Added ppp-skip-fcs-table.patch, #25859

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code