Forum Discussion
Jon_Strabala_46
Nimbostratus
May 14, 2010Want throttle or add small delay/pause to slow down SMTP connections
Hi, My basic question is once I know I want to temporarily "block"
"delay" or "pause" a connection to "slow" down a TCP (actually SMTP) connection a fixed period of time say between 100ms to...
Hamish
Cirrocumulus
May 18, 2010Ah... You're running in reverse... OK... No problems...
Actually, I'm not sure you couldn't use the 'after' command to accomplish what you want...
e.g.
if () {
after 500 {
return
}
}
return
So if we have a spammer, we execute the after command with a 500ms delay and then send a respons. But if we don't have a spammer we send the response immediately...
Sorry... Pseudo code only today...
H
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
