Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							64cba950e5 
							
						 
					 
					
						
						
							
							Update smoltcp.  
						
						
						
						
					 
					
						2023-06-26 11:43:28 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							d07821d851 
							
						 
					 
					
						
						
							
							net: document crate.  
						
						
						
						
					 
					
						2023-05-15 00:56:09 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							62857bdb2d 
							
						 
					 
					
						
						
							
							net: reexport UDP PacketMetadata under the udp module.  
						
						
						
						
					 
					
						2023-05-15 00:55:34 +02:00 
						 
				 
			
				
					
						
							
							
								Roy Buitenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							46b437dea0 
							
						 
					 
					
						
						
							
							Wait for waker when no data is available on UDP socket.  
						
						
						
						
					 
					
						2023-03-15 13:56:40 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							1f033d509a 
							
						 
					 
					
						
						
							
							net: split driver trait to a separate crate.  
						
						
						
						
					 
					
						2022-12-26 04:49:08 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							aaaf5f23a8 
							
						 
					 
					
						
						
							
							net: move stack into lib.rs  
						
						
						
						
					 
					
						2022-12-13 16:18:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							02abe00439 
							
						 
					 
					
						
						
							
							net: don't use UnsafeCell.  
						
						... 
						
						
						
						The "must not be called reentrantly" invariant is too "global" to
maintain comfortably, and the cost of the RefCell is negligible,
so this was a case of premature optimization. 
						
						
					 
					
						2022-12-03 00:56:16 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a0487380da 
							
						 
					 
					
						
						
							
							Replace futures::future::poll_fn -> core::future::poll_fn.  
						
						
						
						
					 
					
						2022-09-22 16:42:49 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Kowalski 
							
						 
					 
					
						
						
						
						
							
						
						
							ef473827a2 
							
						 
					 
					
						
						
							
							Remove UdpIo struct  
						
						... 
						
						
						
						UdpIo was shared by split sender/receives halves. Since split() API is
no more UdpIo is not needed and its APIs may be moved into UdpSocket. 
						
						
					 
					
						2022-08-11 15:52:32 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Kowalski 
							
						 
					 
					
						
						
						
						
							
						
						
							b97983242d 
							
						 
					 
					
						
						
							
							Simplify UDP code  
						
						... 
						
						
						
						Drop unneeded APIs: remove impls of embedded_io error traits, remove
flush() and split() methods. 
						
						
					 
					
						2022-08-11 08:23:18 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Kowalski 
							
						 
					 
					
						
						
						
						
							
						
						
							d5ab0d3ebb 
							
						 
					 
					
						
						
							
							Add UDP socket support  
						
						
						
						
					 
					
						2022-08-10 19:40:35 +02:00