Skip to content

FX.25[0]: Frame length of N + overhead is too large to encode. #380

@mrkeuz

Description

@mrkeuz

Found this in log.

...
FX.25[0]: Frame length of 238 + overhead is too large to encode.
Unable to send FX.25.  Falling back to regular AX.25.
...

For reproduce you can send ping with large payload (i.e. 300 bytes):

ping -i 1 -s 300 $IP

I've tried:

  • Increase/decrease PACLEN n and /etc/ax25/axports paclen. But it was not helps.
  • Change FX25_MAX_DATA = 512 in fx25.h (naive). Got next instead:
    FX.25[0]: Could not find suitable format for requested 4 and data length 353.
    Unable to send FX.25.  Falling back to regular AX.25.
    

How it can be fixed and use FX.25 for any packets?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions