UNPKG

tephra

Version:

An event-driven RADIUS server micro-framework

19 lines (17 loc) 279 B
module.exports = function accounting_respond( decoded, rinfo, attributes, vendor_attributes, on_responded ) { this.respond( 'acct', decoded, 'Accounting-Response', rinfo, attributes, vendor_attributes, on_responded || function() {} ) }