func send()

in internal/tcp/tcp.go [459:469]


func send(
	conn *ip.Conn,
	dstAddr *net.IP,
	targetPort layers.TCPPort,
	srcPortRange PortRange,
	DSCPv ip.DSCPValue,
	ctrlFlags tcpFlags,
	seqNum uint32,
	ackNum uint32,
	sentC chan Message,
	kill chan struct{},