ShspInstanceInput constructor

ShspInstanceInput({
  1. required PeerInfo remotePeer,
  2. IShspSocket? socket,
  3. RawDatagramSocket? rawSocket,
  4. int keepAliveSeconds = 30,
})

Implementation

ShspInstanceInput({
  required this.remotePeer,
  this.socket,
  this.rawSocket,
  this.keepAliveSeconds = 30,
});