Options

Scripiting questions (Aflex)

lsmxltlsmxlt Member
edited August 2021 in aFleX

We are planing to use the TCP traffic to autenticate the UDP traffic on our TPS, but we have no idea how to proceed due to lack of documentation

Its possible to do something like:

when UDP_REQUEST {
     if { [TCP::connection] == 1 }
         [UDP::authenticate]
     elseif { [TCP::connection] == 0 }
         drop


Sign In or Register to comment.