VeriFlow is a system that provides real-time verification of network-wide invariants by obtaining a real-time view of the network and using dynamic monitoring and custom algorithms for error detection. It works by generating equivalence classes to limit the search space, representing forwarding behavior using forwarding graphs, and running queries to check invariants. Experiments show that VeriFlow can verify most updates within 1 millisecond with minimal impact on TCP connection latency. While faster than Header Space Analysis, VeriFlow and HSA both aim to verify the data plane but use different data structures and approaches.