Radius (elixir_radius v1.1.0)
Link to this section Summary
Link to this section Functions
Link to this function
listen(port)
wrapper of gen_udp.open
Link to this function
recv(sk, secret)
recv and decode packet.
sk :: socket
secret :: string | fn({host,port}) -> string
Link to this function
send(sk, arg, packet)
encode and send packet
sk :: socket
packet:: %Radius.Packet{}