HomeClusterLabs Projects

udp: Move EPERM to be alongside EMSGSIZE in tx error handler

This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

udp: Move EPERM to be alongside EMSGSIZE in tx error handler

EPERM can be returned (tested Linux 5.19 & FreeBSD 13) when a packet is
transmitted that is too large for the i/f MTU or an iptables
transmit rule - so it makes sense to treat it like EMSGSIZE
and trigger a pMTU run

Details

Provenance
chrissie-cAuthored on Nov 9 2022, 8:33 AM

Commit No Longer Exists

This commit no longer exists in the repository.