Conversation
|
Stop opening new pull requests. It's. It necessary. And it is annoying. Just do a force push to your branch, and the issue will be updated with your changes Sent from my iPhone
|
|
Yes, Alan. Will avoid the new pull requests in future. |
|
Given the failure of the previous builds, it would be nice if you could add tests to ensure that the TCP support actually works. There are examples you can follow in the test directory. |
|
I have added unit tests. Does RADIUS Server used in this test files support TCP ? I have made changes to send RADIUS Messages with TCP and its failing. |
f67c925 to
2d830c4
Compare
By Default, only UDP is used as transport protocol for RADIUS Messages in FreeRADIUS Client.
Since FreeRADIUS Server has started supporting TCP in latest releases, added TCP support to FreeRADIUS Client to utilize the feature.
Also, the choice of the transport protocol to be used for RADIUS messages is made configurable to user via the configuration file and all the existing interfaces of FreeRADIUS Client remain unchanged.