Michael Zillgith

Results 83 comments of Michael Zillgith

I am thinking in implementing a redundancy group as a number of client connections that share the same event buffer. I think the main function is not to loose events...

You are right. Thanks for the hint. Should be fixed now.

I think it would be best to solve this situation on applications side. E.g. reducing the frequency of measured values transmission. Usually you should not transmit measured values whenever they...

I think this problem happens when the code is compilied with UNICODE defined. See also here: https://stackoverflow.com/questions/51462048/what-is-the-difference-between-createfile-and-createfilea When you are using a string constant you can try to provide them...

Hi @aflteam Thanks for your feedback. In redundancy group mode there are separate queues for the different redundancy groups. Depending on the storage capacity of the queue the queue can...

@nicolatimeus Your explanation seems correct to me. The retransmission mechanism is designed to avoid lost messages. But it cannot avoid duplicate messages. When the connection is lost after the message...

Hello, These flags are for internal use. At the moment the failure flag is only used by the connect function to determine if the connect failed. So setting it is...

Hi, the serial code is required when using the 101 protocol mode. If you don't use 101 you also don't need the code. I can just reference the linux code...

Hello, the maximum size is about 240 bytes. You can change this but only to a lower value. This is a restriction of the protocol and cannot be changed. It...

If you have a fast network with small delays then it should be possible. The protocol uses a flow control mechanism on application layer. When the client/master doesn't process the...