Neste caso, você tem uma conexão estabelecida. Isso significa que a combinação 1 não funcionará.
RFC793 , página 15 afirma o seguinte sobre o número ACK:
Acknowledgment Number: 32 bits
If the ACK control bit is set this field contains the value of the next sequence number the sender of the segment is expecting to receive. Once a connection is established this is always sent.
Portanto, você ainda precisa enviar um número ACK com seu pacote RST para encerrar uma conexão. Mas isso também parece verdadeiro com conexões não estabelecidas e portas fechadas. Se você enviar um Pacote SYN para uma porta fechada, o outro lado responderá com um pacote RST, ACK.
Você pode analisar isso com o wireshark.