cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

peer-states-8.dot (386B)


      1digraph peer_states {
      2	Secondary -> Primary           [ label = "recv state packet" ]
      3	Primary   -> Secondary 	       [ label = "recv state packet" ]
      4	Primary   -> Unknown 	       [ label = "connection lost" ]
      5	Secondary  -> Unknown  	       [ label = "connection lost" ]
      6	Unknown   -> Primary           [ label = "connected" ]
      7	Unknown   -> Secondary         [ label = "connected" ]
      8}