*** tpb has joined #litex | 00:00 | |
*** nrossi has joined #litex | 01:09 | |
*** rohitksingh has quit IRC | 02:24 | |
*** freemint has quit IRC | 08:25 | |
*** freemint has joined #litex | 08:35 | |
*** CarlFK has joined #litex | 08:58 | |
*** freemint has quit IRC | 09:10 | |
*** freemint has joined #litex | 09:15 | |
*** freemint has quit IRC | 11:02 | |
*** freemint has joined #litex | 11:03 | |
_florent_ | davidc__: re CommUDP, that's probably a mistake, i'll test with one socket and will fix if working | 11:32 |
---|---|---|
*** freemint has quit IRC | 12:05 | |
*** freemint has joined #litex | 12:21 | |
*** freemint has quit IRC | 13:39 | |
*** freemint has joined #litex | 14:43 | |
*** freemint has quit IRC | 14:51 | |
*** freemint has joined #litex | 15:37 | |
*** ambro718 has joined #litex | 16:43 | |
davidc__ | _florent_: I have it tested with one socket, and it works for me. Though - I don't know what you're using it with (because it was binding to a weird port, anything that talked to it had to hardcode the return port) | 17:06 |
davidc__ | _florent_: saw your patch - the socket.bind should be superfluous because sendto() is called first. The current patch won't support two clients on one host, or the client and server on the same host, since they'll try and use the same UDP port | 17:53 |
davidc__ | IIRC, just dropping socket.bind() should be fine | 17:54 |
*** CarlFK has quit IRC | 18:03 | |
*** freemint has quit IRC | 18:58 | |
*** nrossi has quit IRC | 19:07 | |
*** freemint has joined #litex | 19:10 | |
*** freemint has quit IRC | 19:47 | |
*** CarlFK has joined #litex | 20:35 | |
*** freemint has joined #litex | 20:40 | |
*** freemint has quit IRC | 21:24 | |
_florent_ | davidc__: thanks, i'll test without socket.bind() | 22:30 |
davidc__ | _florent_: it might require a tweak to the server code; some of the server code I saw was explicitly specifying the port on the client-side (which is strange) | 22:34 |
davidc__ | rather than just returning to whatever the src port on the client was | 22:34 |
_florent_ | davidc__: feel free to create issue/send pull request on this if you think things could be improved | 22:37 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!