Forum Discussion
Michael_Voight1
Dec 06, 2006Historic F5 Account
Get RST, want closing handshake
Is TCP::close supposed to send a reset?
How can you get a closing handshake instead of the reset?
hoolio
Cirrostratus
Dec 08, 2006Here's a related snippet I found:
rule test_tcp_close_rule {
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
TCP::respond [TCP::payload]
TCP::release
TCP::close
}
}
If you associate a pool with vip, bigip will send out the FIN to
close connection; but if there is no pool assoicated, bigip will
send reset to close the conneciton. In either situation, bigip
will send the response back to client.I couldn't find any CR's that related to this description though...
Aaron
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
