Hello and thanks for a very useful library.
I've noticed that func (rs *Session) WriteData(rp *DataPacket) (n int, err error)
always returns n=0 regardless of the outcome of writing into transport.
Looks like the named return value n is never being assigned.
https://github.com/wernerd/GoRTP/blob/master/src/net/rtp/session.go#L716
Is this expected behaviour?
Thanks!