paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
403 stars 75 forks source link

Confusion in the examples #237

Closed lolriven closed 4 months ago

lolriven commented 4 months ago

Hello, I've been looking at the examples, specifically connectivity.c and server.c, I can see the two peers communicating but I don't see anywhere the polling is actually done. I'm confused as to where the recv/poll is called within libjuice.

Thanks.