de.ruedigermoeller.fastcast.packeting.SenderTransmissionStats Maven / Gradle / Ivy
package de.ruedigermoeller.fastcast.packeting;
/**
* Created with IntelliJ IDEA.
* User: ruedi
* Date: 23.08.13
* Time: 02:00
* To change this template use File | Settings | File Templates.
*/
public class SenderTransmissionStats {
long lastMsgNanos;
String senderId;
int retransCount;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy