OSDN Git Service

Allow TCP RSTs to make it through firewall rules.
authorLorenzo Colitti <lorenzo@google.com>
Sun, 24 Apr 2016 07:58:02 +0000 (16:58 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 26 Apr 2016 04:36:58 +0000 (13:36 +0900)
commit932c44c9bd875060219df7f2ad78769e65adbaca
treeb89d80d86de99a5f9bfcd209a5768692fdba9c91
parent563d98b27d02a1d694fc4ed82b5554fd534c9daf
Allow TCP RSTs to make it through firewall rules.

This allows us to cleanly close apps' TCP connections when we
remove their network connectivity.

Bug: 27824851
Change-Id: I69ae0e860536139d30d14d580a36c82f79dc2f82
server/FirewallController.cpp
server/FirewallController.h
server/FirewallControllerTest.cpp