An error occurred fetching the project authors.
  1. 07 Nov, 2018 1 commit
  2. 20 Sep, 2018 2 commits
    • Robert Schmidt's avatar
      7f40bf76
    • Robert Schmidt's avatar
      Improve UDP support of ASYNC_IF · f060385b
      Robert Schmidt authored
      * peer_addr is now const
      * new_link_udp_server() can bind to address or INADDR_ANY
      * socket_udp_receive() happens without a loop
      * socket_udp_send() happens without a loop
      * sending in two packets (first size, then data) is only performed for TCP,
        SCTP, not for UDP anymore (it is unreliable, so we could miss something and
        will receive complete garbage)
      f060385b
  3. 19 Sep, 2018 1 commit
  4. 13 Sep, 2018 1 commit
  5. 30 Jul, 2018 1 commit
  6. 08 Feb, 2018 1 commit
  7. 09 Dec, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 21 Jul, 2017 1 commit
    • Nikos Makris's avatar
      Added functionality for UDP/TCP/SCTP transferring of data over the ASYNC channel interface. · 9db40696
      Nikos Makris authored
      Added selection of interfaces through the configuration file with a new block of statements as follows:
      
          FLEXSPLIT_INTERFACES :
          {
              DU_INTERFACE_NAME_FOR_F1U           = "lo";
              DU_IPV4_ADDRESS_FOR_F1U             = "127.0.0.1/24";
              DU_PORT_FOR_F1U			    = 2210;
      
              CU_INTERFACE_NAME_FOR_F1U           = "lo";
              CU_IPV4_ADDRESS_FOR_F1U             = "127.0.0.1";	//Address to search the DU
              CU_PORT_FOR_F1U			    = 2210;
      
              // One of TCP/UDP/SCTP
              F1_U_TRANSPORT_TYPE 		    = "UDP";
          };
      9db40696
  10. 16 Jan, 2017 1 commit
  11. 05 Dec, 2016 1 commit
  12. 10 Oct, 2016 1 commit
  13. 08 Sep, 2016 1 commit
  14. 05 Sep, 2016 1 commit
  15. 29 Aug, 2016 1 commit
  16. 15 Mar, 2016 1 commit
  17. 09 Mar, 2016 2 commits
  18. 15 Dec, 2015 1 commit