pub fn handle(
packet: RadiusPacket,
dict: Arc<Dictionary>,
) -> Result<RadiusPacket, String>
Expand description
Handles an incoming RADIUS packet and returns a response packet.
pub fn handle(
packet: RadiusPacket,
dict: Arc<Dictionary>,
) -> Result<RadiusPacket, String>
Handles an incoming RADIUS packet and returns a response packet.