summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src/shared/osmo_mcast_sock.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte1-3/+1
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-1/+1
2018-08-24osmo_mcast_sock: make sure SO_REUSEADDR is appliedPhilipp Maier1-2/+3
2017-07-13VIRT-PHY: Use osmo_fd_close() introduced in libosmocoreHarald Welte1-15/+4
2017-07-13VIRT-PHY: Use new OSMO_SOCK_F_NO_MCAST_{LOOP,ALL} flagsHarald Welte1-36/+8
2017-07-13VIRT-PHY mcast_sock: Use uint16_t for ports, bool and constHarald Welte1-8/+8
2017-07-13VIRT-PHY: mcast_sock: properly clean up in error paths (close/unreg socket)Harald Welte1-0/+4
2017-07-13VIRT-PHY: Further simplify mcast_sock codeHarald Welte1-66/+55
2017-07-13VIRT-PHY: mcast_sock: We must close the fd before setting it to -1Harald Welte1-1/+1
2017-07-13VIRT-PHY: mcast_sock: Don't keep subscribed multicast group aroundHarald Welte1-10/+7
2017-07-13VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd memberHarald Welte1-22/+17
2017-07-13VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_confHarald Welte1-9/+1
2017-07-13VIRT-PHY: osmo_mcast_sock.c coding style cleanupHarald Welte1-24/+20
2017-07-13Port osmo_mcast_sock to libosmocore socket routinesHarald Welte1-65/+44
2017-07-12VIRT-PHY: Fixed error causing send msgs to be received on same sock.Sebastian Stumpf1-1/+9
2017-07-12VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.Sebastian Stumpf1-0/+191